mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
Update version check for nodejs (stable)
This commit is contained in:
parent
0cd04d906b
commit
4b69790eab
@ -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": "<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>"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user