Skip to content

Commit

Permalink
Bump Node to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 29, 2024
1 parent eac72b2 commit ebcd3d5
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
v20.18.0
v22.11.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>v20.18.0</node.version>
<node.version>v22.11.0</node.version>
<npm.version>10.9.0</npm.version>

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

0 comments on commit ebcd3d5

Please sign in to comment.