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 d0ce161 commit b8ed49dCopy full SHA for b8ed49d
.github/workflows/autofix.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - run: corepack enable
+ - run: npm i -g --force corepack && corepack enable
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 20
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
18
19
20
21
22
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments