Closed kurtmckee closed 5 months ago
GitHub actions are throwing deprecation warnings due to the use of Node.js 16 in actions/setup-node@v3 [recent example]:
actions/setup-node@v3
[!Warning] deploy Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
[!Warning]
deploy Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This PR updates actions/setup-node to v4.
actions/setup-node
GitHub actions are throwing deprecation warnings due to the use of Node.js 16 in
actions/setup-node@v3
[recent example]:This PR updates
actions/setup-node
to v4.