mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-09 12:59:03 +00:00
Run action with NodeJS 16
This commit is contained in:
parent
632d91dfe1
commit
58c9dff900
5 changed files with 4235 additions and 324 deletions
|
@ -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": {
|
||||
|
@ -30,7 +30,7 @@
|
|||
"@redhat-actions/action-io-generator": "^1.5.0",
|
||||
"@redhat-actions/eslint-config": "^1.2.11",
|
||||
"@redhat-actions/tsconfig": "^1.1.1",
|
||||
"@types/node": "^12",
|
||||
"@types/node": "^16",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||
"@typescript-eslint/parser": "^4.14.1",
|
||||
"@vercel/ncc": "^0.25.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue