Skip to content

Commit

Permalink
Merge pull request #38 from jhipster/fix-github-actions
Browse files Browse the repository at this point in the history
Use Node 20.15.0 for CI
  • Loading branch information
mraible committed Jun 25, 2024
2 parents 8b2d343 + aeb76bc commit 1ef3d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]')"
timeout-minutes: 40
env:
NODE_VERSION: 18.17.1
NODE_VERSION: 20.15.0
SPRING_OUTPUT_ANSI_ENABLED: DETECT
SPRING_JPA_SHOW_SQL: false
JHI_DISABLE_WEBPACK_LOGS: true
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.17.1
node-version: 20.15.0
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down

0 comments on commit 1ef3d9e

Please sign in to comment.