Skip to content

Commit 8ed5a43

Browse files
authored
Merge pull request #217 from ppuetsch/adapt_default_node_version
Update the default node version to the latest LTS version
2 parents cf668ec + a76425d commit 8ed5a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ node {
204204
205205
// Version of node to download and install (only used if download is true)
206206
// It will be unpacked in the workDir
207-
version = "12.18.3"
207+
version = "16.14.0"
208208
209209
// Version of npm to use
210210
// If specified, installs it in the npmWorkDir

src/test/resources/fixtures/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
node {
19-
version.set("12.18.3")
19+
version.set("16.14.0")
2020
npmVersion.set("")
2121
yarnVersion.set("")
2222
npmInstallCommand.set("install")

0 commit comments

Comments
 (0)