Skip to content

Commit 642518a

Browse files
committed
chore: fix ci
1 parent 7da49ed commit 642518a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/node.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
node-version: 18.x
1313
- name: yarn update
1414
run: |
15+
corepack enable
1516
yarn
1617
- name: check format
1718
run: |
@@ -26,6 +27,7 @@ jobs:
2627
node-version: 18.x
2728
- name: yarn update
2829
run: |
30+
corepack enable
2931
yarn
3032
- name: build typescript
3133
run: |

0 commit comments

Comments
 (0)