Sourced from actions/setup-node's releases.
v4.0.1
What's Changed
- Ignore engines in Yarn 1 e2e-cache tests by
@trivikr
in actions/setup-node#882- Update setup-node references in the README.md file to setup-node@v4 by
@jwetzell
in actions/setup-node#884- Update reusable workflows to use Node.js v20 by
@MaksimZhukov
in actions/setup-node#889- Add fix for cache to resolve slow post action step by
@aparnajyothi-y
in actions/setup-node#917- Fix README.md by
@takayamaki
in actions/setup-node#898- Add
package.json
tonode-version-file
list of examples. by@TWiStErRob
in actions/setup-node#879- Fix node-version-file interprets entire package.json as a version by
@NullVoxPopuli
in actions/setup-node#865New Contributors
@trivikr
made their first contribution in actions/setup-node#882@jwetzell
made their first contribution in actions/setup-node#884@aparnajyothi-y
made their first contribution in actions/setup-node#917@takayamaki
made their first contribution in actions/setup-node#898@TWiStErRob
made their first contribution in actions/setup-node#879@NullVoxPopuli
made 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)