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 481ff03 commit c938027Copy full SHA for c938027
2 files changed
.github/workflows/autofix.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v5
9
- run: npm i -fg corepack && corepack enable
10
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
11
with: { node-version: lts/*, cache: "pnpm" }
12
- run: pnpm install
13
- run: pnpm lint:fix
.github/workflows/checks.yml
@@ -6,7 +6,7 @@ jobs:
6
- run: pnpm run lint
0 commit comments