update: action runtime to node16

This commit is contained in:
K3rnelPan1c 2022-10-22 18:23:31 +02:00
parent 4b8d36793b
commit c472cf87ae
No known key found for this signature in database
GPG key ID: 4311D61DF6C90722
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"name": "buildah-build",
"version": "1.0.0",
"version": "3.0",
"engines": {
"node": "12"
"node": "16"
},
"description": "Action for building OCI-compatible images using buildah",
"repository": {