File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Version 7.x * (unreleased)*
3
+ ## Version 8.x * (unreleased)*
4
+ * Drop support for npm versions older than 7
4
5
5
6
## Version 7.1.0 * (2024-09-27)*
6
7
* Add support for ARM64 Windows [ #315 ] ( https://github.com/node-gradle/gradle-node-plugin/issues/315 )
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ with Gradle:
18
18
The plugin is published in the [ Gradle plugins portal] ( https://plugins.gradle.org/plugin/com.github.node-gradle.node )
19
19
with the ` com.github.node-gradle.node ` identifier.
20
20
21
- It supports Gradle 6.6+ and Node.js 10+, for Gradle 5.6.4 support use version 3.x
21
+ It supports Gradle 6.6 and newer, Node.js 10 and newer, and npm 7 or newer.
22
+ * For npm 6 support use version 7.x
23
+ * For Gradle 5.6.4 support use version 3.x
22
24
23
25
## Documentation
24
26
You can’t perform that action at this time.
0 commit comments