diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c38758d293f..1c4c7b88c9f 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -8,7 +8,7 @@ inputs: node-version: description: 'Node version to use' required: true - default: '18.18.0' + default: '18.18.2' runs: using: 'composite' steps: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92a634fceee..0c34cda908d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ javac 17.0.1 ``` $ node -v -v18.18.0 +v18.18.2 ``` ``` diff --git a/pom.xml b/pom.xml index 175fd2cc279..f854ce3888b 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 17 UTF-8 UTF-8 - v18.18.0 + v18.18.2 10.2.0 3.9.5 diff --git a/src/main/resources/generator/ci/github/actions/.github/actions/setup/action.yml.mustache b/src/main/resources/generator/ci/github/actions/.github/actions/setup/action.yml.mustache index 1661654e26b..bd0f4967214 100644 --- a/src/main/resources/generator/ci/github/actions/.github/actions/setup/action.yml.mustache +++ b/src/main/resources/generator/ci/github/actions/.github/actions/setup/action.yml.mustache @@ -1,12 +1,12 @@ name: 'Setup' -description: 'Setup environment with Java 17, Node 18.18.0' +description: 'Setup environment with Java 17, Node 18.18.2' runs: using: 'composite' steps: - name: 'Setup: Node.js' uses: actions/setup-node@v3 with: - node-version: 18.18.0 + node-version: 18.18.2 - name: 'Setup: update NPM' shell: bash run: npm install -g npm diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index 137a30657a5..45ee9994d4b 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -20,7 +20,7 @@ "jasmine-core": "5.1.1", "jest": "29.7.0", "lint-staged": "15.0.1", - "node": "18.18.0", + "node": "18.18.2", "npm": "10.2.0", "prettier": "3.0.3", "prettier-plugin-java": "2.3.1",