Timothée Ravier 2022-12-24 07:29:48 +01:00 committed by divyansh42
parent 632d91dfe1
commit 097e0bb4d1
2 changed files with 2 additions and 2 deletions

View file

@ -25,6 +25,6 @@ inputs:
default: 'true'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'

View file

@ -2,7 +2,7 @@
"name": "podman-login",
"version": "1.0.0",
"engines": {
"node": "12"
"node": "16"
},
"description": "GitHub Action to log in against a container image registry",
"repository": {