mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
chore: update workflows/*
This commit is contained in:
parent
e9a55f36cc
commit
9b9bd84d71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm install cnpm -g --registry=https://registry.nlark.com
|
||||
- run: cnpm install
|
||||
- run: npm run beforetest
|
||||
- run: npm run test
|
||||
|
|
|
|||
Loading…
Reference in a new issue