8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0b8d4 commit 587a5e4Copy full SHA for 587a5e4
.github/workflows/autofix.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 18
.github/workflows/ci.yml
0 commit comments