Skip to content

Instantly share code, notes, and snippets.

@fahrradflucht
Last active May 10, 2024 19:24
Show Gist options
  • Save fahrradflucht/757ef12858149dcd9875894c5b4c2db3 to your computer and use it in GitHub Desktop.
Save fahrradflucht/757ef12858149dcd9875894c5b4c2db3 to your computer and use it in GitHub Desktop.
Volta hooks configuration for pulling nightly node.js builds. Just place this in `.volta/hooks.json` in the project you want to test and Volta's `latest` will be the latest nightly build.
{
"node": {
"index": {
"template": "https://nodejs.org/download/nightly/index.json"
},
"latest": {
"template": "https://nodejs.org/download/nightly/index.json"
},
"distro": {
"template": "https://nodejs.org/download/nightly/v{{version}}/node-v{{version}}-{{os}}-{{arch}}.tar.gz"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment