Skip to content

Commit

Permalink
chore(gh/maven): Update CI node to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Jun 6, 2024
1 parent 541ebdf commit 6478799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
# Install node 14 for running e2e tests (and for maven-semantic-release).
- name: Use Node.js 18.x
# Install node for running e2e tests (and for maven-semantic-release).
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- name: Start MongoDB
uses: supercharge/[email protected]
with:
Expand Down

0 comments on commit 6478799

Please sign in to comment.