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 83e441c commit 9d74ce4Copy full SHA for 9d74ce4
.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
18
with:
19
node-version: 22
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ${{ matrix.os }}
47
48
49
50
51
52
node-version: 18
0 commit comments