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 b0477a4 commit 00d97d8Copy full SHA for 00d97d8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
19
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 18
0 commit comments