Skip to content

Commit

Permalink
Bump to Node 18.17.1 (#7281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud authored Aug 24, 2023
1 parent 4f0eeeb commit c65025c
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 18.17.0'
description: 'Setup environment with Java 17, Node 18.17.1'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 18.17.0
node-version: 18.17.1
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ javac 17.0.1

```
$ node -v
v18.17.0
v18.17.1
```

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<node.version>v18.17.0</node.version>
<node.version>v18.17.1</node.version>
<npm.version>9.8.1</npm.version>

<maven.version>3.6.0</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 18.17.0'
description: 'Setup environment with Java 17, Node 18.17.1'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 18.17.0
node-version: 18.17.1
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down

0 comments on commit c65025c

Please sign in to comment.