mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-02-22 18:11:21 +01:00
action: Update to Node 16 (#28)
See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
632d91dfe1
commit
097e0bb4d1
2 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,6 @@ inputs:
|
|||
default: 'true'
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue