Skip to content

Commit 2270f92

Browse files
committed
ci: correctly install corepack
1 parent 45407a8 commit 2270f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10+
- run: npm install --global corepack@latest
1011
- run: corepack enable
1112
- uses: actions/checkout@v4
1213
- name: Setup Node.js

0 commit comments

Comments
 (0)