From 0ce34b8727872dc58f709e27c2f46c9db07d8770 Mon Sep 17 00:00:00 2001 From: DanielFran Date: Tue, 26 Mar 2024 18:20:23 +0000 Subject: [PATCH] Update node version to 20.12.0 --- .github/actions/build-matrix/action.yml | 2 +- .github/workflows/generator.yml | 2 +- generators/generator-constants.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-matrix/action.yml b/.github/actions/build-matrix/action.yml index 8d8718b01281..98cdef5ecd94 100644 --- a/.github/actions/build-matrix/action.yml +++ b/.github/actions/build-matrix/action.yml @@ -93,7 +93,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 20.11.1 + node-version: 20.12.0 - name: 'Check changes' id: build-changes run: | diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index fae23a3809c7..31587c0ff5c1 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.11.1 + node-version: 20.12.0 - name: 'SETUP: load npm cache' uses: actions/cache/restore@v4 with: diff --git a/generators/generator-constants.js b/generators/generator-constants.js index 4128971d4623..8165c7015cd8 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -26,7 +26,7 @@ export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21']; export const ADD_SPRING_MILESTONE_REPOSITORY = false; // Version of Node, NPM -export const NODE_VERSION = '20.11.1'; +export const NODE_VERSION = '20.12.0'; export const OPENAPI_GENERATOR_CLI_VERSION = '2.13.1'; // The version should be coherent with the one from spring-data-elasticsearch project