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 a4bad94 commit 47b2d5dCopy full SHA for 47b2d5d
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 20
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
30
31
32
33
34
node-version: 18
0 commit comments