Skip to content

Commit

Permalink
Bump NPM to 10.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed May 31, 2024
1 parent 5fa9d17 commit 95fcff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ v20.14.0

```
$ npm -v
10.8.0
10.8.1
```

#### Docker
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<node.version>v20.14.0</node.version>
<npm.version>10.8.0</npm.version>
<npm.version>10.8.1</npm.version>

<maven.version>3.6.3</maven.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public static GradlePlugin nodeGradlePlugin() {
"""
node {
version.set("v20.14.0")
npmVersion.set("10.8.0")
npmVersion.set("10.8.1")
npmWorkDir.set(file("build"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ void shouldDeclareAndConfigureCommunityPluginAndAddImportInBuildGradleFile() {
"""
node {
version.set("v20.14.0")
npmVersion.set("10.8.0")
npmVersion.set("10.8.1")
npmWorkDir.set(file("build"))
}
Expand Down

0 comments on commit 95fcff7

Please sign in to comment.