diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7fe151840..2616dcec9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,10 +33,10 @@ jobs: java-version: 19 distribution: 'temurin' # Install node 14 for running e2e tests (and for maven-semantic-release). - - name: Use Node.js 18.x + - 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/mongodb-github-action@1.3.0 with: