Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v3
- uses: actions/setup-node@v3
with:
node-version: 16.17.0
node-version: 18.16.0
- 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 @@ -25,7 +25,7 @@ export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19'];
export const ADD_SPRING_MILESTONE_REPOSITORY = false;

// Version of Node, NPM
export const NODE_VERSION = '16.17.0';
export const NODE_VERSION = '18.16.0';
export const OPENAPI_GENERATOR_CLI_VERSION = '2.5.1';

export const javaDependencies: Record<string, string> = {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"yeoman-test": "8.0.0-rc.0"
},
"engines": {
"node": "^16.13.0 || 18.13.0 || >=18.16.0",
"node": "^18.13.0 || >= 20.2.0",
"npm": ">=8.0.0"
},
"collective": {
Expand Down