Skip to content

Commit 2274fd8

Browse files
authored
nodejs: Update to 22.10.0
For some reason, autoupdate didn't pick up this version
1 parent 617a307 commit 2274fd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bucket/nodejs.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"version": "22.9.0",
2+
"version": "22.10.0",
33
"description": "An asynchronous event driven JavaScript runtime designed to build scalable network applications.",
44
"homepage": "https://nodejs.org",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://nodejs.org/dist/v22.9.0/node-v22.9.0-win-x64.7z",
9-
"hash": "805d4f842b2f85907fc28d1d631971bac5c1df691d7040cfa5e46d02534f98df",
8+
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-x64.7z",
9+
"hash": "c5105910002a7cf89eaacc27fb85cb2f8551c0f7797ac52118f2398210d6135e",
1010
"extract_dir": "node-v22.9.0-win-x64"
1111
},
1212
"32bit": {
13-
"url": "https://nodejs.org/dist/v22.9.0/node-v22.9.0-win-x86.7z",
14-
"hash": "3a6b798464794a0ac2452cf51e55df6f60f09598f724dd3eb890d64d99d81e5b",
13+
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-x86.7z",
14+
"hash": "b0149ff0fa094cc765c2e373b1010776bab18a2eac6a7d3800e0599f11da1aa3",
1515
"extract_dir": "node-v22.9.0-win-x86"
1616
},
1717
"arm64": {
18-
"url": "https://nodejs.org/dist/v22.9.0/node-v22.9.0-win-arm64.7z",
19-
"hash": "7a0a0a3998d989fe117f358e17ae0542ba264d2ae5c5681fc9d9ce8a666ce7b2",
18+
"url": "https://nodejs.org/dist/v22.10.0/node-v22.10.0-win-arm64.7z",
19+
"hash": "afc49ad90023d7809e7ed0d6b86167e476c21e6482c202e71b49a369302bcedf",
2020
"extract_dir": "node-v22.9.0-win-arm64"
2121
}
2222
},

0 commit comments

Comments
 (0)