chore(ci): use `Node.js 16` to build project

This commit is contained in:
郭桓桓 2023-02-28 20:17:24 +08:00
parent 865a3d89d7
commit 2ffbf81303
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
# Step III
- name: Install Dependencies
run: npm ci