From 6478799f589cb890609e632b3fbee4d4cb3fd89c Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:13:43 -0400 Subject: [PATCH] chore(gh/maven): Update CI node to 20. --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3054ca7d5..3c88a3e2a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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/mongodb-github-action@1.3.0 with: