setup-nox icon indicating copy to clipboard operation
setup-nox copied to clipboard

🔧 Update Action to `Node16`

Open burgholzer opened this issue 3 years ago • 0 comments

GitHub is deprecating actions running with Node12. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Every run that currently uses this action receives warnings like

Warning Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: excitedleigh/setup-nox

This PR updates the underlying node version to 16. In the best case, no further changes are required.

burgholzer avatar Oct 19 '22 12:10 burgholzer