mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
Use Node16 as runtime
This commit is contained in:
parent
d097e2e3d2
commit
36931defc8
3 changed files with 2882 additions and 9 deletions
|
@ -90,5 +90,5 @@ outputs:
|
||||||
image-with-tag:
|
image-with-tag:
|
||||||
description: 'Name of the image tagged with the first tag present'
|
description: 'Name of the image tagged with the first tag present'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
2885
package-lock.json
generated
2885
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
||||||
"name": "buildah-build",
|
"name": "buildah-build",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12"
|
"node": "16"
|
||||||
},
|
},
|
||||||
"description": "Action for building OCI-compatible images using buildah",
|
"description": "Action for building OCI-compatible images using buildah",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"@redhat-actions/eslint-config": "^1.3.2",
|
"@redhat-actions/eslint-config": "^1.3.2",
|
||||||
"@redhat-actions/tsconfig": "^1.1.1",
|
"@redhat-actions/tsconfig": "^1.1.1",
|
||||||
"@types/ini": "^1.3.30",
|
"@types/ini": "^1.3.30",
|
||||||
"@types/node": "^12",
|
"@types/node": "^16",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
||||||
"@typescript-eslint/parser": "^4.28.2",
|
"@typescript-eslint/parser": "^4.28.2",
|
||||||
"@vercel/ncc": "^0.25.1",
|
"@vercel/ncc": "^0.25.1",
|
||||||
|
|
Loading…
Reference in a new issue