mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-04-02 07:07:46 +02:00
Run action with NodeJS 16
This commit is contained in:
parent
632d91dfe1
commit
58c9dff900
5 changed files with 4235 additions and 324 deletions
|
@ -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'
|
||||||
|
|
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
4549
package-lock.json
generated
4549
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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": {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"@redhat-actions/action-io-generator": "^1.5.0",
|
"@redhat-actions/action-io-generator": "^1.5.0",
|
||||||
"@redhat-actions/eslint-config": "^1.2.11",
|
"@redhat-actions/eslint-config": "^1.2.11",
|
||||||
"@redhat-actions/tsconfig": "^1.1.1",
|
"@redhat-actions/tsconfig": "^1.1.1",
|
||||||
"@types/node": "^12",
|
"@types/node": "^16",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||||
"@typescript-eslint/parser": "^4.14.1",
|
"@typescript-eslint/parser": "^4.14.1",
|
||||||
"@vercel/ncc": "^0.25.1",
|
"@vercel/ncc": "^0.25.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue