v3.8.0
版本发布时间: 2023-08-14 18:20:02
actions/setup-node最新发布版本:v4.0.4(2024-09-19 22:07:35)
What's Changed
Bug fixes:
- Add check for existing paths by @dmitry-shibanov in https://github.com/actions/setup-node/pull/803
- Resolve SymbolicLink by @dmitry-shibanov in https://github.com/actions/setup-node/pull/809
- Change passing logic for cache input by @dmitry-shibanov in https://github.com/actions/setup-node/pull/816
- Fix armv7 cache issue by @louislam in https://github.com/actions/setup-node/pull/794
- Update check-dist workflow name by @sinchang in https://github.com/actions/setup-node/pull/710
Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by @xytis in https://github.com/actions/setup-node/pull/812
Documentation changes:
- Refer to semver package name in README.md by @olleolleolle in https://github.com/actions/setup-node/pull/808
Update dependencies:
- Update toolkit cache to fix zstd by @dmitry-shibanov in https://github.com/actions/setup-node/pull/804
- Bump tough-cookie and @azure/ms-rest-js by @dependabot in https://github.com/actions/setup-node/pull/802
- Bump semver from 6.1.2 to 6.3.1 by @dependabot in https://github.com/actions/setup-node/pull/807
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-node/pull/815
New Contributors
- @olleolleolle made their first contribution in https://github.com/actions/setup-node/pull/808
- @louislam made their first contribution in https://github.com/actions/setup-node/pull/794
- @sinchang made their first contribution in https://github.com/actions/setup-node/pull/710
- @xytis made their first contribution in https://github.com/actions/setup-node/pull/812
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.0