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 3f0e0ea commit 1e25f40Copy full SHA for 1e25f40
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - run: npm i -g --force corepack && corepack enable
+ - run: corepack enable
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
21
0 commit comments