File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments