We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a2a7a commit be2ccafCopy full SHA for be2ccaf
.github/workflows/autofix.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
37
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
38
39
0 commit comments