diff --git a/nodejs.json b/nodejs.json index c925024a64..21460f511a 100644 --- a/nodejs.json +++ b/nodejs.json @@ -17,5 +17,8 @@ # Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm rm $dir\\nodejs\\node_modules\\npm\\npmrc npm update -g", - "checkver": "
\\s*Current Version: v([0-9\\.]+)" + "checkver": { + "url": "https://nodejs.org/en/download/stable/", + "re": "Current stable version: v([0-9\\.]+)" + } }