Skip to content

Commit

Permalink
Node fixes and superLinter on js and java
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Mar 19, 2024
1 parent ec064f5 commit d85c129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x, 24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: front-end/package-lock.json

- name: Install dependencies
run: npm ci
run: npm ci --force
working-directory: ./front-end

- name: Build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./API/src
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JAVA_MAVEN: true

0 comments on commit d85c129

Please sign in to comment.