Files
vim-ale/node/releases.conf
AJ ONeal 84c943b160 feat(node): merge official + unofficial builds into single cache
Add unofficial_url to node/releases.conf and update the nodedist
fetcher/classifier to fetch from both URLs. Raw entries are stored
with "official/" or "unofficial/" tag prefixes so they don't overwrite
each other. The classifier picks the correct base URL from the prefix.

This matches the Node.js releases.js behavior which merges both sources,
adding musl, riscv64, loong64, and 7z builds from unofficial.
2026-03-10 12:35:18 -06:00

4 lines
131 B
Plaintext

source = nodedist
url = https://nodejs.org/download/release
unofficial_url = https://unofficial-builds.nodejs.org/download/release