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 9e51fdc commit b7d6e82Copy full SHA for b7d6e82
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: corepack enable
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 20
+ node-version: lts/-1
23
cache: "pnpm"
24
- run: pnpm install
25
- run: pnpm lint
0 commit comments