Sourced from actions/setup-node's releases.
v6.3.0
What's Changed
Enhancements:
- Support parsing
devEnginesfield by@susnuxin actions/setup-node#1283When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
Dependency updates:
- Fix npm audit issues by
@gowridurgadin actions/setup-node#1491- Replace uuid with crypto.randomUUID() by
@trivikrin actions/setup-node#1378- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-node#1498Bug fixes:
- Remove hardcoded bearer for mirror-url
@marco-ippolitoin actions/setup-node#1467- Scope test lockfiles by package manager and update cache tests by
@gowridurgadin actions/setup-node#1495New Contributors
@susnuxmade their first contribution in actions/setup-node#1283Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.3.0
53b8394
Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045ab
Scope test lockfiles by package manager and update cache tests (#1495)c882bff
Replace uuid with crypto.randomUUID() (#1378)774c1d6
feat(node-version-file): support parsing devEngines field
(#1283)efcb663
fix: remove hardcoded bearer (#1467)d02c89d
Fix npm audit issues (#1491)