mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
build(ci.yml): upgrade node version in ci
This commit is contained in:
parent
6d06bb8514
commit
bcc5b2fd7b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12"
|
||||
node-version: "16"
|
||||
- name: install dependencies
|
||||
run: yarn install
|
||||
- name: run test
|
||||
|
Loading…
Reference in New Issue
Block a user