Run action with NodeJS 16

This commit is contained in:
Philipp Trulson 2022-06-10 18:00:41 +02:00
parent 632d91dfe1
commit 58c9dff900
No known key found for this signature in database
GPG key ID: 73CBABEA8D422ABC
5 changed files with 4235 additions and 324 deletions

View file

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

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

4549
package-lock.json generated

File diff suppressed because it is too large Load diff

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": {
@ -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",