Skip to content

Commit 17107f5

Browse files
authored
Update nodejs.yml
1 parent 90ec2ac commit 17107f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17-
npm install doctest
18-
./doctest Sorts/BogoSort.js
17+
npm install doctest standard --save-dev
18+
doctest Sorts/BogoSort.js
1919
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
20-
npm install standard --save-dev
20+
# npm install standard --save-dev
2121
npx standard
2222
cd Linear-Algebra-Javascript
2323
npm ci

0 commit comments

Comments
 (0)