Sourced from actions/setup-node's releases.
v4.0.1
What's Changed
- Ignore engines in Yarn 1 e2e-cache tests by
@trivikrin actions/setup-node#882- Update setup-node references in the README.md file to setup-node@v4 by
@jwetzellin actions/setup-node#884- Update reusable workflows to use Node.js v20 by
@MaksimZhukovin actions/setup-node#889- Add fix for cache to resolve slow post action step by
@aparnajyothi-yin actions/setup-node#917- Fix README.md by
@takayamakiin actions/setup-node#898- Add
package.jsontonode-version-filelist of examples. by@TWiStErRobin actions/setup-node#879- Fix node-version-file interprets entire package.json as a version by
@NullVoxPopuliin actions/setup-node#865New Contributors
@trivikrmade their first contribution in actions/setup-node#882@jwetzellmade their first contribution in actions/setup-node#884@aparnajyothi-ymade their first contribution in actions/setup-node#917@takayamakimade their first contribution in actions/setup-node#898@TWiStErRobmade their first contribution in actions/setup-node#879@NullVoxPopulimade their first contribution in actions/setup-node#865Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.1
b39b52d
Fix node-version-file interprets entire package.json as a version (#865)7247617
Add package.json to node-version-file list of
examples. (#879)f3ec4ca
Fix README.md (#898)ec97f37
Add fix for cache (#917)5ef044f
Update reusable workflows to use Node.js v20 (#889)c45882a
update to setup-node@v4 in docs (#884)ee36e8b
Ignore engines check in Yarn 1 e2e-cache tests (#882)