Skip to content

Commit 57448c5

Browse files
authored
Installs corepack before enabling in native tests (#4275)
1 parent dd5a24a commit 57448c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/native-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- run: corepack enable
27+
- name: Enable Corepack
28+
run: |
29+
npm install -g corepack@0.29.4
30+
corepack enable
2831
- uses: actions/setup-node@v4
2932
with:
3033
node-version: 18

0 commit comments

Comments
 (0)