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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {