From fd900c40ca4cf436e8bf2416931508bbc303d03a Mon Sep 17 00:00:00 2001
From: DanielFran <dandrfranco@gmail.com>
Date: Mon, 25 Sep 2023 10:28:03 +0100
Subject: [PATCH 1/3] Update nodejs version to 18.18.0

---
 generators/generator-constants.mts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generators/generator-constants.mts b/generators/generator-constants.mts
index 651e14c98d63..c2bf44fcd81e 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.0';
 export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0';
 
 export const javaDependencies: Record<string, string> = {

From c343764f8e30ee76129c968fecd4a4a1293522d1 Mon Sep 17 00:00:00 2001
From: DanielFran <dandrfranco@gmail.com>
Date: Mon, 25 Sep 2023 10:29:10 +0100
Subject: [PATCH 2/3] Update nodejs version to 18.18.0

---
 .github/workflows/generator.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml
index d1c3d55b427e..e8f68238f506 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.0
       - name: 'SETUP: load npm cache'
         uses: actions/cache@v3
         with:

From d63e5229f790d5d19330cc1cf356d4e852281d9c Mon Sep 17 00:00:00 2001
From: DanielFran <dandrfranco@gmail.com>
Date: Fri, 13 Oct 2023 18:34:41 +0100
Subject: [PATCH 3/3] Update nodejs version to 18.18.1

---
 .github/workflows/generator.yml    | 2 +-
 generators/generator-constants.mts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml
index e8f68238f506..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.18.0
+          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 82d9c151bf58..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.18.0';
+export const NODE_VERSION = '18.18.1';
 export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0';
 
 export const javaDependencies: Record<string, string> = {