v3.7.0
版本发布时间: 2023-07-05 22:27:45
actions/setup-node最新发布版本:v4.0.4(2024-09-19 22:07:35)
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path
input and add detect all dependencies directories to cache (related pull request and feature request).
Besides, we made such changes as:
- Replace workflow badge with new badge by @jongwooo in https://github.com/actions/setup-node/pull/653
- Fix a minor typo by @phanan in https://github.com/actions/setup-node/pull/662
- docs: fix typo in advanced-usage.md by @remarkablemark in https://github.com/actions/setup-node/pull/697
- bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by @domdomegg in https://github.com/actions/setup-node/pull/718
- Update to node 18.x by @feelepxyz in https://github.com/actions/setup-node/pull/751
- Remove implicit dependencies by @nikolai-laevskii in https://github.com/actions/setup-node/pull/758
- Fix description about ensuring workflow access to private package by @x86chi in https://github.com/actions/setup-node/pull/704
New Contributors
- @jongwooo made their first contribution in https://github.com/actions/setup-node/pull/653
- @phanan made their first contribution in https://github.com/actions/setup-node/pull/662
- @remarkablemark made their first contribution in https://github.com/actions/setup-node/pull/697
- @domdomegg made their first contribution in https://github.com/actions/setup-node/pull/718
- @feelepxyz made their first contribution in https://github.com/actions/setup-node/pull/751
- @nikolai-laevskii made their first contribution in https://github.com/actions/setup-node/pull/758
- @x86chi made their first contribution in https://github.com/actions/setup-node/pull/704
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.7.0