Skip to content

Commit c4eae4a

Browse files
committed
ci: run tests on node 20
1 parent 1f230ac commit c4eae4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: corepack enable
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: lts/-1
3535
cache: "pnpm"
3636
- run: pnpm install
3737
- run: pnpm dev:prepare

0 commit comments

Comments
 (0)