diff --git a/.github/actions/build-matrix/action.yml b/.github/actions/build-matrix/action.yml index a7b0ee6b1c2d..534932bb2849 100644 --- a/.github/actions/build-matrix/action.yml +++ b/.github/actions/build-matrix/action.yml @@ -90,7 +90,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 20.11.0 + node-version: 20.11.1 - name: 'Check changes' id: build-changes run: | diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 5974ef9e685b..fae23a3809c7 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.0 + node-version: 20.11.1 - name: 'SETUP: load npm cache' uses: actions/cache/restore@v4 with: diff --git a/generators/generator-constants.js b/generators/generator-constants.js index e31cff189174..f2654e3aa749 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.0'; +export const NODE_VERSION = '20.11.1'; export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0'; /**