Update nodejs.yml

This commit is contained in:
Christian Clauss
2020-05-13 01:28:46 +02:00
committed by GitHub
parent cafb7e55b4
commit 215005325c

View File

@ -15,7 +15,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install doctest standard --save-dev
npx doctest Sorts/BogoSort.js
npx doctest Sorts/BogoSort.js BucketSort.js
npx standard
cd Linear-Algebra-Javascript
npm ci