Update nodejs.yml

This commit is contained in:
Christian Clauss
2020-10-31 09:15:46 +01:00
committed by GitHub
parent 9d21e03790
commit 8d527fe1e2

View File

@@ -14,8 +14,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install doctest mocha standard --save-dev
npx mocha
npm install doctest standard --save-dev
npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js
npx standard
npm ci