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' default: 'true'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'
post: 'dist/index.js' post: 'dist/index.js'

View file

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