We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3db662 commit 8e23017Copy full SHA for 8e23017
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
19
- uses: actions/setup-node@v4
20
with:
21
node-version: 18
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments