We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072e61d commit 3ec1e0bCopy full SHA for 3ec1e0b
.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: 20
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
.github/workflows/release.yml
fetch-depth: 0
0 commit comments