v3.0.0
版本发布时间: 2022-02-24 21:45:59
actions/setup-node最新发布版本:v4.0.4(2024-09-19 22:07:35)
In scope of this release we changed version of the runtime Node.js for the setup-node action and updated package-lock.json file to v2.
Breaking Changes
- With the update to Node 16 in https://github.com/actions/setup-node/pull/414, all scripts will now be run with Node 16 rather than Node 12.
- We removed deprecated
version
input (https://github.com/actions/setup-node/pull/424). Please usenode-version
input instead.