Skip to content

Commit 8792b31

Browse files
committed
add for all jobs
1 parent ab1af89 commit 8792b31

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: .github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v4
52-
- run: corepack enable
52+
- run: |
53+
npm install -g corepack@latest
54+
corepack enable
55+
5356
- uses: actions/setup-node@v4
5457
with:
5558
node-version: 20
@@ -70,7 +73,10 @@ jobs:
7073
needs: deploy
7174
steps:
7275
- uses: actions/checkout@v4
73-
- run: corepack enable
76+
- run: |
77+
npm install -g corepack@latest
78+
corepack enable
79+
7480
- uses: actions/setup-node@v4
7581
with:
7682
node-version: 18

0 commit comments

Comments
 (0)