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 42972f2 commit bcb16cbCopy full SHA for bcb16cb
.github/workflows/autofix.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 20
20
cache: "pnpm"
21
- run: pnpm install
22
- name: Fix lint issues
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- node-version: 16
23
24
- run: pnpm lint
0 commit comments