Skip to content

Commit 5bd7a08

Browse files
committed
feat: update CI Node.js version to 20
1 parent 497cb17 commit 5bd7a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Node.js
9494
uses: actions/setup-node@v4
9595
with:
96-
node-version: "18"
96+
node-version: "20"
9797

9898
- name: Setup
9999
run: npm install

0 commit comments

Comments
 (0)