Skip to content

Commit

Permalink
Merge pull request #7766 from pascalgrimaud/bump-node-18.18.2
Browse files Browse the repository at this point in the history
Bump Node to 18.18.2
  • Loading branch information
pascalgrimaud authored Oct 17, 2023
2 parents f73e79f + 73d884e commit 9d6f014
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
node-version:
description: 'Node version to use'
required: true
default: '18.18.0'
default: '18.18.2'
runs:
using: 'composite'
steps:
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.18.0
v18.18.2
```

```
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.18.0</node.version>
<node.version>v18.18.2</node.version>
<npm.version>10.2.0</npm.version>

<maven.version>3.9.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 18.18.0'
description: 'Setup environment with Java 17, Node 18.18.2'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 18.18.2
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jasmine-core": "5.1.1",
"jest": "29.7.0",
"lint-staged": "15.0.1",
"node": "18.18.0",
"node": "18.18.2",
"npm": "10.2.0",
"prettier": "3.0.3",
"prettier-plugin-java": "2.3.1",
Expand Down

0 comments on commit 9d6f014

Please sign in to comment.