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 4750dee commit dd0bda4Copy full SHA for dd0bda4
.github/workflows/autofix.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- run: npm i -g --force corepack && corepack enable
17
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
18
with:
19
node-version: 22
20
cache: "pnpm"
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- run: npm i -g --force corepack
- run: corepack enable
21
22
23
24
0 commit comments