Sourced from actions/setup-node's releases.
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanov
in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanov
in actions/setup-node#803- Resolve SymbolicLink by
@dmitry-shibanov
in actions/setup-node#809- Change passing logic for cache input by
@dmitry-shibanov
in actions/setup-node#816- Fix armv7 cache issue by
@louislam
in actions/setup-node#794- Update check-dist workflow name by
@sinchang
in actions/setup-node#710Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by
@xytis
in actions/setup-node#812Documentation changes:
- Refer to semver package name in README.md by
@olleolleolle
in actions/setup-node#808Update dependencies:
- Update toolkit cache to fix zstd by
@dmitry-shibanov
in actions/setup-node#804- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-node#802- Bump semver from 6.1.2 to 6.3.1 by
@dependabot
in actions/setup-node#807- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in actions/setup-node#815New Contributors
@olleolleolle
made their first contribution in actions/setup-node#808@louislam
made their first contribution in actions/setup-node#794@sinchang
made their first contribution in actions/setup-node#710@xytis
made their first contribution in actions/setup-node#812Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.0
5e21ff4
Remove filter for cached paths (#831)bea5baf
change getinput to getstate for cache (#816)d82f92a
Bump word-wrap from 1.2.3 to 1.2.4 (#815)ca2d4e0
feat: handling the case where "node" is used for tool-versions
file. (#812)c7a93de
resolve SymbolicLink (#809)3405007
Add check for existing paths (#803)f8aa08e
Update check-dist workflow name (#710)e2d34ea
Fix armv7 cache issue (#794)ef9c88b
Bump semver from 6.1.2 to 6.3.1 (#807)ea800d4
Bump tough-cookie and @azure/ms-rest-js
(#802)