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 4215704 commit 58160bfCopy full SHA for 58160bf
.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-file: ".nvmrc"
20
cache: "pnpm"
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
21
22
23
24
25
0 commit comments