nodejs: Add 32bit support back (#3830)

* nodejs: Add 32bit support back

See c413518119 (commitcomment-81309371)

* Remove whitespace
This commit is contained in:
Ross Smith II 2022-08-16 08:16:08 -07:00 committed by GitHub
parent f4fd33312f
commit c15dc5d480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,11 @@
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x64.7z", "url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x64.7z",
"hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee", "hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee",
"extract_dir": "node-v18.7.0-win-x64" "extract_dir": "node-v18.7.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x86.7z",
"hash": "ef934a8315044b7588fe6762e73d3175a08c9ef4f1288b97f11520b1fc3ef172",
"extract_dir": "node-v18.7.0-win-x86"
} }
}, },
"persist": [ "persist": [
@ -31,6 +36,10 @@
"64bit": { "64bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z", "url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
"extract_dir": "node-v$version-win-x64" "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"
} }
}, },
"hash": { "hash": {