Skip to content

Commit 5f8dbdb

Browse files
committed
Move to Node.js 20 on CI
1 parent 7de4860 commit 5f8dbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 19
23+
node-version: 20
2424
cache: pnpm
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Node.js LTS
9090
uses: actions/setup-node@v3
9191
with:
92-
node-version: 18
92+
node-version: 20
9393
cache: pnpm
9494
- name: Install dependencies
9595
run: pnpm install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)