-
v3.0.0 Stable
released this
2022-02-24 21:31:57 +08:00 | 263 commits to main since this releaseIn 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
versioninput (https://github.com/actions/setup-node/pull/424). Please usenode-versioninput instead.
Downloads