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 }} node-version: ${{ matrix.node-version }}
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm ci npm install
npm test npm test
env: env:
CI: true CI: true