Skip to content

Commit 43756e8

Browse files
committed
improvement(maven.yml): Bumped node version from 20.x to 22.x
1 parent 7a5ce48 commit 43756e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
with:
3333
java-version: 19
3434
distribution: 'temurin'
35-
# Install node 20 for running e2e tests (and for maven-semantic-release).
36-
- name: Use Node.js 20.x
35+
# Install node 22 for running e2e tests (and for maven-semantic-release).
36+
- name: Use Node.js 22.x
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: 20.x
39+
node-version: 22.x
4040
- name: Start MongoDB
4141
uses: supercharge/[email protected]
4242
with:
@@ -98,10 +98,10 @@ jobs:
9898

9999
# Run maven-semantic-release to potentially create a new release of datatools-server. The flag --skip-maven-deploy is
100100
# used to avoid deploying to maven central. So essentially, this just creates a release with a changelog on github.
101-
- name: Use Node.js 20.x
101+
- name: Use Node.js 22.x
102102
uses: actions/setup-node@v1
103103
with:
104-
node-version: 20.x
104+
node-version: 22.x
105105
- name: Run maven-semantic-release
106106
if: env.SAVE_JAR_TO_S3 == 'true'
107107
env:

0 commit comments

Comments
 (0)