chore: update ci node version

This commit is contained in:
GyDi
2022-11-20 23:14:43 +08:00
parent d21bb015e8
commit 005eeb0e0b
3 changed files with 3 additions and 3 deletions

View File

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