Skip to content

Commit

Permalink
nodejs22: add v22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
val1984 authored Oct 18, 2024
1 parent 4cff107 commit 5737020
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions bucket/nodejs22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"version": "22.10.0",
"description": "An asynchronous event driven JavaScript runtime designed to build scalable network applications.",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-x64.7z",
"hash": "c5105910002a7cf89eaacc27fb85cb2f8551c0f7797ac52118f2398210d6135e",
"extract_dir": "node-v22.10.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-x86.7z",
"hash": "b0149ff0fa094cc765c2e373b1010776bab18a2eac6a7d3800e0599f11da1aa3",
"extract_dir": "node-v22.10.0-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-arm64.7z",
"hash": "afc49ad90023d7809e7ed0d6b86167e476c21e6482c202e71b49a369302bcedf",
"extract_dir": "node-v22.10.0-win-arm64"
}
},
"persist": [
"bin",
"cache"
],
"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\""
],
"checkver": {
"url": "https://nodejs.org/dist/latest-v22.x/",
"regex": "node-v([\\d.]+)-win-x64\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
"extract_dir": "node-v$version-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z",
"extract_dir": "node-v$version-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-arm64.7z",
"extract_dir": "node-v$version-win-arm64"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt.asc"
}
}
}

0 comments on commit 5737020

Please sign in to comment.