Skip to content

Commit

Permalink
Bump Node to 22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Feb 11, 2025
1 parent 96d8ab0 commit 00739ae
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.13.1
v22.14.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.13.1</node.version>
<node.version>v22.14.0</node.version>
<npm.version>11.1.0</npm.version>

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

0 comments on commit 00739ae

Please sign in to comment.