Skip to content

Commit 9cb1cb8

Browse files
committed
ci: run tests on node 18
1 parent 9d57cf5 commit 9cb1cb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
cache: "pnpm"
2323
- run: pnpm install
2424

@@ -62,7 +62,7 @@ jobs:
6262
- run: corepack enable
6363
- uses: actions/setup-node@v4
6464
with:
65-
node-version: 20.5
65+
node-version: 20
6666
cache: "pnpm"
6767
- run: pnpm install
6868
- run: pnpm dev:prepare

0 commit comments

Comments
 (0)