Skip to content

Commit f09f5df

Browse files
committed
feat(frontend): update node to 8.1.3
1 parent 5a36a60 commit f09f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shardis-frontend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks.withType<Jar> {
1111
}
1212

1313
configure<NodeExtension> {
14-
version = "8.1.2"
14+
version = "8.1.3"
1515
yarnVersion = "0.24.6"
1616
download = true
1717
workDir = file("${project.buildDir}/nodejs")

0 commit comments

Comments
 (0)