chore: update node to 14 on pipeline

This commit is contained in:
Harttle
2021-12-12 11:11:03 +08:00
committed by Harttle
parent fad17cfbb3
commit c474649748
+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: 12
node-version: '14'
- name: Build
run: |
npm ci