We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf668ec + a76425d commit 8ed5a43Copy full SHA for 8ed5a43
docs/usage.md
@@ -204,7 +204,7 @@ node {
204
205
// Version of node to download and install (only used if download is true)
206
// It will be unpacked in the workDir
207
- version = "12.18.3"
+ version = "16.14.0"
208
209
// Version of npm to use
210
// If specified, installs it in the npmWorkDir
src/test/resources/fixtures/kotlin/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
}
17
18
node {
19
- version.set("12.18.3")
+ version.set("16.14.0")
20
npmVersion.set("")
21
yarnVersion.set("")
22
npmInstallCommand.set("install")
0 commit comments