Update version check for nodejs (stable)

This commit is contained in:
engelhro 2016-01-21 23:04:13 +01:00
parent 0cd04d906b
commit 4b69790eab

View File

@ -17,5 +17,8 @@
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm # Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc rm $dir\\nodejs\\node_modules\\npm\\npmrc
npm update -g", npm update -g",
"checkver": "<p class=\"home-version home-version-banner\">\\s*Current Version: v([0-9\\.]+)" "checkver": {
"url": "https://nodejs.org/en/download/stable/",
"re": "Current stable version: <strong>v([0-9\\.]+)</strong>"
}
} }