mirror of
https://github.com/actions/setup-node.git
synced 2026-08-14 05:06:13 +00:00
1acbd4c02f
* feat: add support for mise.toml file feat: add support for mise.toml file feat: update licensed cache feat: switch from js-toml to smol-toml to reduce deps and bundle size * feat: added docs and improved tests * feat: added docs and improved tests * ci: fix ci * ci: fix ci
Files located in data directory are used only for testing purposes.
Here the list of files in the data directory
.nvmrc,.tools-versionsandpackage.jsonare used to test node-version-file logicpackage-lock.json,pnpm-lock.yamlandyarn.lockare used to test cache logicversions-manifest.jsonis used for unit testing to check downloading Node.js versions from the node-versions repository.node-dist-index.jsonis used for unit testing to check downloading Node.js versions from the official site. The file was constructed from https://nodejs.org/dist/index.jsonnode-rc-index.jsonis used for unit testing to check downloading Node.js rc versions from the official site. The file was constructed from https://nodejs.org/download/rc/index.jsonnode-nightly-index.jsonis used for unit testing to check downloading Node.js nightly builds from the official site. The file was constructed from https://nodejs.org/download/nightly/index.json