Skip to content

Commit f060376

Browse files
committed
bump node to 16.20.0
1 parent 2a06b2e commit f060376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v3
4747
- uses: actions/setup-node@v3
4848
with:
49-
node-version: 16.17.0
49+
node-version: 16.20.0
5050
- name: 'SETUP: load npm cache'
5151
uses: actions/cache@v3
5252
with:

generators/generator-constants.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19'];
2525
export const ADD_SPRING_MILESTONE_REPOSITORY = false;
2626

2727
// Version of Node, NPM
28-
export const NODE_VERSION = '16.17.0';
28+
export const NODE_VERSION = '16.20.0';
2929
export const OPENAPI_GENERATOR_CLI_VERSION = '2.5.1';
3030

3131
export const javaDependencies: Record<string, string> = {

0 commit comments

Comments
 (0)