Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed Nov 17, 2021
1 parent 2326d05 commit 8feb089
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
# 使用 node:10
- name: use Node.js 10.x
- name: use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14.x
# npm install
- name: npm install and build
run: |
Expand Down

0 comments on commit 8feb089

Please sign in to comment.