diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 442688585..ad54b2315 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: run: | npm install standard --save-dev npx standard - cd linear-algebra-javascript + cd Linear-Algebra-Javascript npm ci npm run build --if-present npm test