mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
Update nodejs.yml
This commit is contained in:
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user