diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index d1c3d55b427e..69589b1f3789 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18.17.1 + node-version: 18.18.1 - name: 'SETUP: load npm cache' uses: actions/cache@v3 with: diff --git a/generators/generator-constants.mts b/generators/generator-constants.mts index e7533e68ff9a..74f3c5a56476 100644 --- a/generators/generator-constants.mts +++ b/generators/generator-constants.mts @@ -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 = '18.17.1'; +export const NODE_VERSION = '18.18.1'; export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0'; export const javaDependencies: Record = {