nodejs-lts: Update to version 18.16.1

- Update checkver
This commit is contained in:
HUMORCE 2023-06-21 04:27:23 +00:00
parent 916bb17bea
commit 21a616f87a
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -1,35 +1,35 @@
{
"version": "18.16.0",
"version": "18.16.1",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x64.7z",
"hash": "007848640ba414f32d968d303e75d9841ecd2cd95d6fdd81f80bc3dcbd74ae44",
"extract_dir": "node-v18.16.0-win-x64"
"url": "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x64.7z",
"hash": "9c4415ae27452f47a547ad162ca4ab21dc6c5f2edd6656307e8150d1e3d19f08",
"extract_dir": "node-v18.16.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x86.7z",
"hash": "681be28e0acd057b4798f357d21eec5f49e21bc803bbbefeb1072bb4f166025a",
"extract_dir": "node-v18.16.0-win-x86"
"url": "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x86.7z",
"hash": "466025104f9c321ed7c83fdaafccbc9b3e24cea5bb9fdc9f4a07cc5cd2096019",
"extract_dir": "node-v18.16.1-win-x86"
}
},
"persist": [
"bin",
"cache"
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
],
"env_add_path": [
"bin",
"."
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
"persist": [
"bin",
"cache"
],
"checkver": {
"url": "https://nodejs.org/en/download/",
"regex": "LTS Version.*: <strong>([\\d.]+)</strong>"
"url": "https://nodejs.org/dist/latest-hydrogen/",
"regex": "node-v([\\d.]+)-win-x64\\.7z"
},
"autoupdate": {
"architecture": {