Update nodejs.yml

This commit is contained in:
Christian Clauss
2020-01-09 21:24:12 +01:00
committed by GitHub
parent 18ee8da17a
commit 7da6d10217

View File

@ -14,7 +14,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 ci
npm run build --if-present npm run build --if-present
npm test npm test
env: env: