node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
601 stars 117 forks source link

Cache nodejs.org/dist/index.{json,tab} for version retrievals #225

Open deepy opened 2 years ago

deepy commented 2 years ago

https://nodejs.org/dist/index.tab and https://nodejs.org/dist/index.json has a list of all current versions

to allow for versions like 16 to be installed we would ideally cache this file