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 805bf82 commit 2901146Copy full SHA for 2901146
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
23
- uses: actions/checkout@v4
24
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
25
- uses: actions/setup-node@v4
26
with:
27
node-version: 18
0 commit comments