Setup Node.js environment
Version updated for https://github.com/actions/setup-node to version v6.2.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 2,976,789 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-node GitHub Action automates the process of setting up a specific Node.js version in workflows, optionally caching Node.js distributions and npm/yarn/pnpm dependencies to improve efficiency. It also provides error detection using problem matchers and supports authentication for npm and GitHub Package Registry (GPR). This helps streamline CI/CD pipelines for JavaScript and Node.js projects while reducing setup time and ensuring consistency across environments.
Release notes
What’s Changed
Documentation
- Documentation update related to absence of Lockfile by @mahabaleshwars in https://github.com/actions/setup-node/pull/1454
- Correct mirror option typos by @MikeMcC399 in https://github.com/actions/setup-node/pull/1442
- Readme update on checkout version v6 by @deining in https://github.com/actions/setup-node/pull/1446
- Readme typo fixes @munyari in https://github.com/actions/setup-node/pull/1226
- Advanced document update on checkout version v6 by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1468
Dependency updates:
- Upgrade @actions/cache to v5.0.1 by @salmanmkc in https://github.com/actions/setup-node/pull/1449
New Contributors
- @mahabaleshwars made their first contribution in https://github.com/actions/setup-node/pull/1454
- @MikeMcC399 made their first contribution in https://github.com/actions/setup-node/pull/1442
- @deining made their first contribution in https://github.com/actions/setup-node/pull/1446
- @munyari made their first contribution in https://github.com/actions/setup-node/pull/1226
Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.2.0