Skip to content

Commit

Permalink
Merge pull request #1507 from DanielFran/node_16.15.0
Browse files Browse the repository at this point in the history
Bump Node.js to 16.15.0
  • Loading branch information
pascalgrimaud authored Apr 27, 2022
2 parents 96a4312 + 8ee4c60 commit 3462901
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Setup'
description: 'Setup environment with Java 17, Node 16.14.2'
description: 'Setup environment with Java 17, Node 16.15.0'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 16.15.0
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<node.version>v16.14.2</node.version>
<node.version>v16.15.0</node.version>
<npm.version>8.5.0</npm.version>

<maven.version>3.8.5</maven.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Setup'
description: 'Setup environment with Java 17, Node 16.14.2'
description: 'Setup environment with Java 17, Node 16.15.0'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v2.5.0
with:
node-version: 16.14.2
node-version: 16.15.0
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/generator/dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spring-cloud-netflix-eureka-client.version>3.1.1</spring-cloud-netflix-eureka-client.version>
<springdoc-openapi.version>1.6.8</springdoc-openapi.version>
<testcontainers.version>1.16.2</testcontainers.version>
<node.version>v16.14.2</node.version>
<node.version>v16.15.0</node.version>
<npm.version>8.5.0</npm.version>
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
<checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
Expand Down

0 comments on commit 3462901

Please sign in to comment.