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 52edc3c commit 01cc44cCopy full SHA for 01cc44c
.github/workflows/autofix.yml
@@ -12,12 +12,13 @@ jobs:
12
autofix:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- run: npm i -fg corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 22
+ node-version: 24
20
cache: "pnpm"
21
+ - run: pnpm -v
22
- run: pnpm install
23
- run: pnpm lint:fix
24
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
0 commit comments