buildah-build
buildah-build copied to clipboard
Use Node16 as runtime
Description
GitHub is starting to mark actions that run on Node 12 as deprecated, looking like this:
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/. This PR simply changes the versions to 16 and updates the package-lock.json with Node 16. It should be released with a new major version.
Related Issue(s)
Checklist
- [ ] This PR includes a documentation change
- [X] This PR does not need a documentation change
- [ ] This PR includes test changes
- [X] This PR's changes are already tested
- [ ] This change is not user-facing
- [ ] This change is a patch change
- [ ] This change is a minor change
- [X] This change is a major (breaking) change
Changes made
- Run action with node16 runtime