Update Action to Node 20 (#128)

* Update GitHub Actions workflows to latest versions

* Update dependencies & run on Node 20
This commit is contained in:
Philipp Trulson 2024-02-01 17:22:34 +01:00 committed by GitHub
parent b4dc19b4ba
commit c79846fb30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 484 additions and 599 deletions

View file

@ -1,8 +1,8 @@
{
"name": "buildah-build",
"version": "2.0",
"version": "3.0",
"engines": {
"node": "16"
"node": "20"
},
"description": "Action for building OCI-compatible images using buildah",
"repository": {
@ -21,21 +21,21 @@
"author": "Red Hat",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.2",
"ini": "3.0.1"
"@actions/io": "1.1.3",
"ini": "4.1.1"
},
"devDependencies": {
"@redhat-actions/action-io-generator": "1.5.0",
"@redhat-actions/eslint-config": "1.3.2",
"@redhat-actions/tsconfig": "1.2.0",
"@types/ini": "1.3.31",
"@types/node": "16.18.7",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@vercel/ncc": "0.34.0",
"eslint": "8.29.0",
"typescript": "4.9.4"
"@types/node": "^20.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vercel/ncc": "0.38.0",
"eslint": "8.50.0",
"typescript": "5.2.2"
}
}