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 609c883 commit a538aeaCopy full SHA for a538aea
.github/workflows/autofix.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- run: npm i -fg 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
@@ -17,7 +17,7 @@ jobs:
21
22
node-version: 20
23
0 commit comments