-
v6.3.0 Stable
released this
2026-03-03 05:21:49 +08:00 | 3 commits to main since this releaseWhat's Changed
Enhancements:
- Support parsing
devEnginesfield by @susnux in https://github.com/actions/setup-node/pull/1283
When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
Dependency updates:
- Fix npm audit issues by @gowridurgad in https://github.com/actions/setup-node/pull/1491
- Replace uuid with crypto.randomUUID() by @trivikr in https://github.com/actions/setup-node/pull/1378
- Upgrade minimatch from 3.1.2 to 3.1.5 by @dependabot in https://github.com/actions/setup-node/pull/1498
Bug fixes:
- Remove hardcoded bearer for mirror-url @marco-ippolito in https://github.com/actions/setup-node/pull/1467
- Scope test lockfiles by package manager and update cache tests by @gowridurgad in https://github.com/actions/setup-node/pull/1495
New Contributors
- @susnux made their first contribution in https://github.com/actions/setup-node/pull/1283
Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.3.0
Downloads
- Support parsing