Update nodejs.yml

This commit is contained in:
Xiao Kang 2019-11-15 11:17:22 +08:00 committed by GitHub
parent 67c09534d8
commit 457a9d9281

View File

@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm install
npm test
env:
CI: true