From 1e540e9dec3854ff59701123eb342999a3a03f56 Mon Sep 17 00:00:00 2001 From: vinayak Date: Wed, 6 May 2020 18:37:36 +0530 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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