Upgrade to nodejs-10.16.3 on Windows (#3529)

This matches the version we use on Linux.
This commit is contained in:
Martin Huschenbett 2019-11-19 16:08:39 +01:00 committed by mergify[bot]
parent f50901347f
commit 24d22012a8
4 changed files with 25 additions and 25 deletions

2
.dadew
View File

@ -9,7 +9,7 @@
"cacert",
"vcredist-14.0.23026",
"bazel",
"nodejs-10.12.0",
"nodejs-10.16.3",
"python-3.6.7",
"nsis-3.04",
"maven-3.6.1"

View File

@ -879,7 +879,7 @@ dev_env_tool(
".",
],
win_paths = [],
win_tool = "nodejs-10.12.0",
win_tool = "nodejs-10.16.3",
)
# Setup the Node.js toolchain

View File

@ -1,23 +0,0 @@
{
"homepage": "https://nodejs.org",
"version": "10.12.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x64.7z",
"hash": "2d6f1b952d48a89d34a18b05cdef0af4f7ab13ba8c4f8dc42a458ea15023f645",
"extract_dir": "node-v10.12.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x86.7z",
"hash": "c376c7e3fe5de91c5e71fd4c7324f705679eb9899850851b93c2292eb85b4594",
"extract_dir": "node-v10.12.0-win-x86"
}
},
"bin": [
"node.exe",
"nodevars.bat",
"npm.cmd",
"npx.cmd"
]
}

View File

@ -0,0 +1,23 @@
{
"homepage": "https://nodejs.org",
"version": "10.16.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v10.16.3/node-v10.16.3-win-x64.7z",
"hash": "c2cc3b95d6e8504b20623cfe74f848d1ebc2f43a262e7bae14bee64db2b13889",
"extract_dir": "node-v10.16.3-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v10.16.3/node-v10.16.3-win-x86.7z",
"hash": "fc1ccb1e6f12fe68e816c552e6b1df289a8bfe064c025eb62c360bd041da4a5f",
"extract_dir": "node-v10.16.3-win-x86"
}
},
"bin": [
"node.exe",
"nodevars.bat",
"npm.cmd",
"npx.cmd"
]
}