Skip to content

Commit e3df52f

Browse files
committed
Issue #100: add Node.js version requirement in the documentation.
1 parent b1d5838 commit e3df52f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ that shows how to use this plugin version with Kotlin)
1313
* Add full support of lazy configuration (issue [#39](https://github.com/node-gradle/gradle-node-plugin/issues/39))
1414
* Fix some remaining input/output declaration issues (issue
1515
[#34](https://github.com/node-gradle/gradle-node-plugin/issues/34))
16-
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
16+
* Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before)
17+
* Node.js 10+ support
1718

1819
This version breaks backward compatibility. It should not visible for most Groovy DSL users since the Groovy DSL
1920
handles transparently most of these changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with Gradle:
1717
The plugin is published in the [Gradle plugins portal](https://plugins.gradle.org/plugin/com.github.node-gradle.node)
1818
with the `com.github.node-gradle.node` identifier.
1919

20-
It supports Gradle 5.6.4+.
20+
It supports Gradle 5.6.4+ and Node.js 10+.
2121

2222
## Documentation
2323

0 commit comments

Comments
 (0)