Skip to content

Commit be2ccaf

Browse files
committed
chore(ci): fix corepack
1 parent 42a2a7a commit be2ccaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: corepack enable
17+
- run: npm i -g --force corepack && corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36-
- run: corepack enable
36+
- run: npm i -g --force corepack && corepack enable
3737
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
3838
with:
3939
node-version: 20

0 commit comments

Comments
 (0)