|
214 | 214 | "activated_path_skip": "node",
|
215 | 215 | "activated_cfg": "NODE_JS_TEST=['qemu-s390x', '-L', '/usr/s390x-linux-gnu/', '%installation_dir%/bin/node']"
|
216 | 216 | },
|
| 217 | + |
| 218 | + { |
| 219 | + "id": "node", |
| 220 | + "version": "24.7.0", |
| 221 | + "bitness": 64, |
| 222 | + "arch": "x86_64", |
| 223 | + "windows_url": "node-v24.7.0-win-x64.zip", |
| 224 | + "macos_url": "node-v24.7.0-darwin-x64.tar.gz", |
| 225 | + "linux_url": "node-v24.7.0-linux-x64.tar.xz", |
| 226 | + "activated_path": "%installation_dir%/bin", |
| 227 | + "activated_path_skip": "node", |
| 228 | + "activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'", |
| 229 | + "activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%" |
| 230 | + }, |
| 231 | + { |
| 232 | + "id": "node", |
| 233 | + "version": "24.7.0", |
| 234 | + "arch": "arm64", |
| 235 | + "bitness": 64, |
| 236 | + "windows_url": "node-v24.7.0-win-arm64.zip", |
| 237 | + "macos_url": "node-v24.7.0-darwin-arm64.tar.gz", |
| 238 | + "linux_url": "node-v24.7.0-linux-arm64.tar.xz", |
| 239 | + "activated_path": "%installation_dir%/bin", |
| 240 | + "activated_path_skip": "node", |
| 241 | + "activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'", |
| 242 | + "activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%" |
| 243 | + }, |
| 244 | + { |
| 245 | + "id": "node-big-endian-crosscompile", |
| 246 | + "version": "24.7.0", |
| 247 | + "arch": "x86_64", |
| 248 | + "bitness": 64, |
| 249 | + "linux_url": "node-v24.7.0-linux-s390x.tar.gz", |
| 250 | + "activated_path": "%installation_dir%/bin", |
| 251 | + "activated_path_skip": "node", |
| 252 | + "activated_cfg": "NODE_JS_TEST=['qemu-s390x', '-L', '/usr/s390x-linux-gnu/', '%installation_dir%/bin/node']" |
| 253 | + }, |
| 254 | + |
217 | 255 | {
|
218 | 256 | "id": "node",
|
219 | 257 | "version": "nightly",
|
|
0 commit comments