chore: update node to 14 for check pipeline

This commit is contained in:
Harttle
2021-12-12 20:10:15 +08:00
committed by Harttle
parent c474649748
commit 2c14a9541d
+2 -2
View File
@@ -10,9 +10,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 10
node-version: '14'
- name: Build
run: |
npm ci