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