From f6aab59e8c89bffb56cacfa52c7e25a5e006295b Mon Sep 17 00:00:00 2001 From: Kai Arseneau Date: Tue, 19 Mar 2024 10:16:38 -0400 Subject: [PATCH] Quick fix --- .github/workflows/node.js.yaml | 2 +- .github/workflows/superLinter.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index e7abe786..7f0cdafd 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -31,7 +31,7 @@ jobs: cache-dependency-path: front-end/package-lock.json - name: Install dependencies - run: npm ci --force + run: npm i --force working-directory: ./front-end - name: Build diff --git a/.github/workflows/superLinter.yaml b/.github/workflows/superLinter.yaml index 537afb2a..9b398102 100644 --- a/.github/workflows/superLinter.yaml +++ b/.github/workflows/superLinter.yaml @@ -26,5 +26,5 @@ jobs: env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VALIDATE_JAVASCRIPT_ES: true - VALIDATE_JAVA_MAVEN: true \ No newline at end of file + VALIDATE_JAVASCRIPT: true + VALIDATE_JAVA: true \ No newline at end of file