Skip to content

Commit 3fec050

Browse files
authored
Update nodejs.yml
1 parent 4c8866e commit 3fec050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
npm install doctest mocha standard --save-dev
1818
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
1919
npx standard
20-
cd Linear-Algebra
20+
# cd Linear-Algebra
2121
npm ci
2222
npm run build --if-present
2323
npm test

0 commit comments

Comments
 (0)