We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d57cf5 commit 9cb1cb8Copy full SHA for 9cb1cb8
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: corepack enable
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 16
+ node-version: 18
22
cache: "pnpm"
23
- run: pnpm install
24
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
- node-version: 20.5
+ node-version: 20
66
67
68
- run: pnpm dev:prepare
0 commit comments