Skip to content

Commit

Permalink
Merge pull request #8693 from pascalgrimaud/bump-node-20.11.0-npm-10.3.0
Browse files Browse the repository at this point in the history
Bump Node to 20.11.0 and NPM to 10.3.0
  • Loading branch information
murdos authored Jan 20, 2024
2 parents 03cda5e + 21564c9 commit 5809be8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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: '20.9.0'
default: '20.11.0'
runs:
using: 'composite'
steps:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ javac 21

```
$ node -v
v20.9.0
v20.11.0
```

```
$ npm -v
10.2.1
10.3.0
```

#### Docker
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<node.version>v20.9.0</node.version>
<npm.version>10.2.1</npm.version>
<node.version>v20.11.0</node.version>
<npm.version>10.3.0</npm.version>

<maven.version>3.9.5</maven.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Setup'
description: 'Setup environment with Java 21, Node 20.9.0'
description: 'Setup environment with Java 21, Node 20.11.0'
runs:
using: 'composite'
steps:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 20.9.0
node-version: 20.11.0
- 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 @@ -25,7 +25,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.0",
"mkdirp": "3.0.1",
"node": "20.10.0",
"node": "20.11.0",
"npm": "10.3.0",
"npm-run-all": "4.1.5",
"onchange": "7.1.0",
Expand Down

0 comments on commit 5809be8

Please sign in to comment.