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.
1 parent 8876a3f commit bb3d312Copy full SHA for bb3d312
build.gradle.kts
@@ -83,7 +83,7 @@ configure<IdeaModel>{
83
}
84
85
configure<NodeExtension> {
86
- version = "7.5.0"
+ version = "7.6.0"
87
npmVersion = "4.2.0"
88
download = true
89
workDir = file("${project.buildDir}/nodejs")
package.json
@@ -93,7 +93,7 @@
93
"start": "npm run server:dev"
94
},
95
"engines": {
96
- "node": ">= 7.5.0",
+ "node": ">= 7.6.0",
97
"npm": ">= 4.2.0"
98
99
0 commit comments