Skip to content

Commit

Permalink
Merge pull request #23614 from jhipster/skip_ci-node-18.18.0
Browse files Browse the repository at this point in the history
Update nodejs version to 18.18.1
  • Loading branch information
DanielFran authored Oct 13, 2023
2 parents 22d4125 + d63e522 commit eebafe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string> = {
Expand Down

0 comments on commit eebafe0

Please sign in to comment.