(chore) nodejs-lts: Fix checkver regex

This commit is contained in:
tech189 2023-04-08 00:38:52 +01:00
parent 6e814b6437
commit e75fa68595

View File

@ -29,7 +29,7 @@
], ],
"checkver": { "checkver": {
"url": "https://nodejs.org/en/download/", "url": "https://nodejs.org/en/download/",
"regex": "LTS Version: <strong>([\\d.]+)</strong>" "regex": "LTS Version.*: <strong>([\\d.]+)</strong>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {