chore: update ci node version

This commit is contained in:
GyDi
2022-11-20 23:14:43 +08:00
parent 10dd9101cd
commit 8f839fbf8e
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Dependencies (ubuntu only)
if: startsWith(matrix.os, 'ubuntu-')