Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM 10.8.1 #9965

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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