diff --git a/nodejs-lts.json b/nodejs-lts.json
index 4566926239..bfbb8a2da9 100644
--- a/nodejs-lts.json
+++ b/nodejs-lts.json
@@ -28,7 +28,7 @@
",
"checkver": {
"url": "https://nodejs.org/en/download/",
- "re": "LTS Version: v([\\d.]+)"
+ "re": "LTS Version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {
diff --git a/nodejs.json b/nodejs.json
index e6d03b07da..6f73785fa6 100644
--- a/nodejs.json
+++ b/nodejs.json
@@ -1,17 +1,17 @@
{
"homepage": "https://nodejs.org",
- "version": "8.6.0",
+ "version": "8.7.0",
"license": "MIT",
"architecture": {
"64bit": {
- "url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x64.7z",
- "hash": "ae49bf305ae54c0d09c6b44f28186b87aabb0837bc3dea49b2cdab8d8efb8252",
- "extract_dir": "node-v8.6.0-win-x64"
+ "url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x64.7z",
+ "hash": "27a5a69c7ffae89a3846b778f970643cc53e45e53e16801921aa4ea69e924695",
+ "extract_dir": "node-v8.7.0-win-x64"
},
"32bit": {
- "url": "https://nodejs.org/dist/v8.6.0/node-v8.6.0-win-x86.7z",
- "hash": "ac8eb52c18dfe95881d0848dc81b8d196a313013d537de367685902400c6aaf0",
- "extract_dir": "node-v8.6.0-win-x86"
+ "url": "https://nodejs.org/dist/v8.7.0/node-v8.7.0-win-x86.7z",
+ "hash": "f0bd40e04415750b1289403a37eb15d86da77e99132fe6a7c637c4c620c41ef1",
+ "extract_dir": "node-v8.7.0-win-x86"
}
},
"persist": [
@@ -27,8 +27,8 @@
Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path $dir\\node_modules\\npm\\npmrc
",
"checkver": {
- "url": "https://nodejs.org/en/download/current/",
- "re": "Current Version: v([\\d.]+)"
+ "url": "https://nodejs.org/dist/latest/",
+ "re": "node-v([\\d.]+)-x86.msi"
},
"autoupdate": {
"architecture": {