Use Node16 as runtime

This commit is contained in:
Philipp Trulson 2022-10-11 18:54:33 +02:00
parent d097e2e3d2
commit 36931defc8
No known key found for this signature in database
GPG key ID: 86BE2D4ACF8F1074
3 changed files with 2882 additions and 9 deletions

View file

@ -90,5 +90,5 @@ outputs:
image-with-tag:
description: 'Name of the image tagged with the first tag present'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

2885
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
"name": "buildah-build",
"version": "1.0.0",
"engines": {
"node": "12"
"node": "16"
},
"description": "Action for building OCI-compatible images using buildah",
"repository": {
@ -31,7 +31,7 @@
"@redhat-actions/eslint-config": "^1.3.2",
"@redhat-actions/tsconfig": "^1.1.1",
"@types/ini": "^1.3.30",
"@types/node": "^12",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vercel/ncc": "^0.25.1",