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 811c8ce commit 5bd2bdfCopy full SHA for 5bd2bdf
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - run: npm i -g --force corepack && corepack enable
+ - run: corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 22
0 commit comments