From 9ff75ccf133dded270c813d1549f901ff8259146 Mon Sep 17 00:00:00 2001 From: Robin Beer Date: Mon, 21 Aug 2023 11:41:56 +0100 Subject: [PATCH] refactor(maven.yml): Bumped node version to 18 --- .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 9cdc9e195..628c051d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,11 +29,11 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - # Install node 14+ for running maven-semantic-release. - - name: Use Node.js 14.x + # Install node 18+ for running maven-semantic-release. + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: Install maven-semantic-release # FIXME: Enable cache for node packages (add package.json?) run: |