Skip to content

Commit

Permalink
Merge pull request #22372 from mshima/skip_ci-ptransform
Browse files Browse the repository at this point in the history
support any node 18 lts
  • Loading branch information
DanielFran authored Jun 2, 2023
2 parents 1bb89b1 + 84df4ae commit edc9ede
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@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

0 comments on commit edc9ede

Please sign in to comment.