Skip to content

Commit 0de2c57

Browse files
committed
bump node version in ci to 18
1 parent a36aa3f commit 0de2c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js environment
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: 16
34+
node-version: 18
3535
- name: install node modules
3636
working-directory: ./
3737
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)