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