Skip to content

Commit cf42426

Browse files
committed
Version 8 is going to drop support for npm versions older than 7
1 parent b3f91d9 commit cf42426

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## Version 7.x *(unreleased)*
3+
## Version 8.x *(unreleased)*
4+
* Drop support for npm versions older than 7
45

56
## Version 7.1.0 *(2024-09-27)*
67
* Add support for ARM64 Windows [#315](https://github.com/node-gradle/gradle-node-plugin/issues/315)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ with Gradle:
1818
The plugin is published in the [Gradle plugins portal](https://plugins.gradle.org/plugin/com.github.node-gradle.node)
1919
with the `com.github.node-gradle.node` identifier.
2020

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
2224

2325
## Documentation
2426

0 commit comments

Comments
 (0)