chore(deps): update actions/setup-node action to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/setup-node | action | major |
v2.5.1 -> v3.0.0
|
Release Notes
actions/setup-node
v3.0.0
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.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot