redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
136 stars 35 forks source link

Use Node16 as runtime #107

Closed der-eismann closed 1 year ago

der-eismann commented 1 year ago

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

Changes made

der-eismann commented 1 year ago

Closing in favor of #109, as this seems to be a lot more elaborate.