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
+1 -1
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