Skip to content

Commit 0a7adde

Browse files
committed
fix node version
1 parent c7810cc commit 0a7adde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux_quick-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install node version 16
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222

2323
- name: Install root dependencies
2424
run: npm install

0 commit comments

Comments
 (0)