We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75989d3 commit 80554b8Copy full SHA for 80554b8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: corepack enable
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: 16
+ node-version: 18
20
cache: "pnpm"
21
- run: pnpm install
22
- run: pnpm lint
0 commit comments