1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Remove node.js download instruction (#2192)

This commit is contained in:
Pavlo Tkach
2023-10-25 14:48:35 -04:00
committed by GitHub
parent 341238305d
commit 23a2861b37

View File

@@ -60,9 +60,8 @@ dependencyLocking {
}
node {
download = true
version = "16.14.0"
npmVersion = "6.14.11"
download = false
version = "16.19.0"
}
wrapper {