mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 05:36:23 -05:00
962678f22c
* Add ESLinter and update Prettier * Update eslint config * Update dependencies * Rebuild action * Update package.json * Updates docs * Update docs |
||
---|---|---|
.. | ||
data | ||
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 | ||
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-versions
andpackage.json
are used to test node-version-file logicpackage-lock.json
,pnpm-lock.yaml
andyarn.lock
are used to test cache logicversions-manifest.json
is used for unit testing to check downloading Node.js versions from the node-versions repository.node-dist-index.json
is 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.json
is 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.json
is 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