8## Hi there 👋
-
uses: actions/setup-node@v4 with:
node-version: ''
File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions.
If node-version and node-version-file are both provided the action will use version from node-version.
node-version-file: ''
check-latest: false
architecture: ''
Used to pull node distributions from https://github.com/actions/node-versions.
When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
Default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
token: ''
Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
cache: ''
cache-dependency-path: ''
Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file,
registry-url: ''
Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).
scope: ''
always-auth: ''
mirror: ''
mirror-token: ''