Skip to content

Commit

Permalink
nodejs-lts-np: Update to version 20.12.1 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-cramer authored Apr 6, 2024
1 parent 83964a6 commit 7110663
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bucket/nodejs-lts-np.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"version": "18.15.0",
"version": "20.12.1",
"description": "JavaScript runtime environment.",
"homepage": "https://nodejs.org",
"license": "MIT",
"notes": "npm global prefix set to: $env:APPDATA\\npm",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v18.15.0/node-v18.15.0-win-x64.7z",
"hash": "cad3cc0910dc216e8b6dcfc3c5b3be0a619c2d4a4b29f2e674820b70e4f374dd",
"extract_dir": "node-v18.15.0-win-x64"
"url": "https://nodejs.org/dist/v20.12.1/node-v20.12.1-win-x64.7z",
"hash": "2628e9698f3bdada3fd36096fba0433fbd8f85832350bd5d2537f8f0ac50320f",
"extract_dir": "node-v20.12.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v18.15.0/node-v18.15.0-win-x86.7z",
"hash": "370dbe4ac8fa516a33540821d409153035c50a449ca12f74f78bcf0b634d1957",
"extract_dir": "node-v18.15.0-win-x86"
"url": "https://nodejs.org/dist/v20.12.1/node-v20.12.1-win-x86.7z",
"hash": "552c6fec6a0b28e9c49ad8574e4e67c35d9cfa718a3f940552e594e948caa6d9",
"extract_dir": "node-v20.12.1-win-x86"
}
},
"installer": {
Expand All @@ -30,8 +30,9 @@
"npm.cmd"
],
"checkver": {
"url": "https://nodejs.org/en/download/",
"regex": "LTS Version: <strong>([\\d.]+)</strong>"
"url": "https://nodejs.org/dist/index.json",
"jsonpath": "$..[?(@.lts != false)].version",
"regex": "v([\\d\\.]+).*"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 7110663

Please sign in to comment.