Skip to content

Commit 641318a

Browse files
committed
Use Node.js 20 on CI
1 parent 1e714aa commit 641318a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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: 18
23+
node-version: 20
2424
cache: pnpm
2525
- name: Install all dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)