From cf424265f3b27760bd84280020174c9a50673d7a Mon Sep 17 00:00:00 2001 From: Alex Nordlund Date: Fri, 27 Sep 2024 15:25:15 +0200 Subject: [PATCH] Version 8 is going to drop support for npm versions older than 7 --- CHANGELOG.md | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a9ea4b..92922d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## Version 7.x *(unreleased)* +## Version 8.x *(unreleased)* +* Drop support for npm versions older than 7 ## Version 7.1.0 *(2024-09-27)* * Add support for ARM64 Windows [#315](https://github.com/node-gradle/gradle-node-plugin/issues/315) diff --git a/README.md b/README.md index 0cb258ab..2ef4de8c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ with Gradle: The plugin is published in the [Gradle plugins portal](https://plugins.gradle.org/plugin/com.github.node-gradle.node) with the `com.github.node-gradle.node` identifier. -It supports Gradle 6.6+ and Node.js 10+, for Gradle 5.6.4 support use version 3.x +It supports Gradle 6.6 and newer, Node.js 10 and newer, and npm 7 or newer. +* For npm 6 support use version 7.x +* For Gradle 5.6.4 support use version 3.x ## Documentation