Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Mar 19, 2024
1 parent 9bb5c2f commit f6aab59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/superLinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
VALIDATE_JAVASCRIPT: true
VALIDATE_JAVA: true

0 comments on commit f6aab59

Please sign in to comment.