Skip to content

Commit 0c4136a

Browse files
committed
ci: install corepack
1 parent 8711e62 commit 0c4136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: npm i -g --force corepack && corepack enable
1817
- uses: actions/setup-node@v4
1918
with:
2019
node-version: 20
2120

21+
- run: npm i -g --force corepack && corepack enable
2222
- name: Install dependencies
2323
run: npx nypm@latest i
2424

0 commit comments

Comments
 (0)