mirror of
https://github.com/actions/setup-node.git
synced 2025-10-30 09:02:41 +00:00
* default to auto-caching only for npm package manager and documentation update * refactor: enhance package manager detection for auto-caching * add devEngines.packageManager detection logic for npm auto-caching * chore: bump version to 6.0.0 and update documentation * docs: update README and action.yml for npm caching logic clarification * chore: update Node.js version in workflows * chore: update Node.js versions in versions.yml * chore: update rc Node.js version in versions.yml * chore: switch macos-13 runner to macos-latest-large in workflow * docs: update README and advanced usage documentation |
||
|---|---|---|
| .. | ||
| data | ||
| mock | ||
| authutil.test.ts | ||
| cache-restore.test.ts | ||
| cache-save.test.ts | ||
| cache-utils.test.ts | ||
| canary-installer.test.ts | ||
| main.test.ts | ||
| nightly-installer.test.ts | ||
| official-installer.test.ts | ||
| prepare-yarn-subprojects.sh | ||
| problem-matcher.test.ts | ||
| rc-installer.test.ts | ||
| README.md | ||
| verify-arch.sh | ||
| verify-node.sh | ||
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