Skip to content

Commit

Permalink
Merge pull request #11691 from qmonmert/node22130
Browse files Browse the repository at this point in the history
Bump Node to 22.13.0
  • Loading branch information
murdos authored Jan 7, 2025
2 parents bc37bc3 + 2ea2e72 commit 02c340b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 21

```
$ node -v
v22.11.0
v22.13.0
```

```
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>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<node.version>v22.11.0</node.version>
<node.version>v22.13.0</node.version>
<npm.version>11.0.0</npm.version>

<maven.version>3.6.3</maven.version>
Expand Down

0 comments on commit 02c340b

Please sign in to comment.