Skip to content

Commit dcef1c8

Browse files
committed
chore: fix ci for corepack
1 parent 7e5c739 commit dcef1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# os: [ubuntu-latest]
5252
steps:
5353
- uses: actions/checkout@v4
54-
- run: corepack enable
54+
- run: npm i -g --force corepack && corepack enable
5555
- uses: actions/setup-node@v4
5656
with:
5757
node-version: 20
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v4
78-
- run: corepack enable
78+
- run: npm i -g --force corepack && corepack enable
7979
- uses: actions/setup-node@v4
8080
with:
8181
node-version: 20

0 commit comments

Comments
 (0)