Skip to content

Commit

Permalink
Node 20.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Feb 14, 2024
1 parent 41ff97a commit 1231d75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
node-version: 20.11.1
- name: 'Check changes'
id: build-changes
run: |
Expand Down
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@v4
with:
node-version: 20.11.0
node-version: 20.11.1
- name: 'SETUP: load npm cache'
uses: actions/cache/restore@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.js
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 = '20.11.0';
export const NODE_VERSION = '20.11.1';
export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0';

/**
Expand Down

0 comments on commit 1231d75

Please sign in to comment.