mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2026-04-23 00:39:39 +00:00
Update dependencies
update dependencies to the latest versions for Node.js 20 Signed-off-by: skoved <skoved@redhat.com>
This commit is contained in:
parent
5ed88d269c
commit
88f5514eb0
13 changed files with 1557 additions and 711 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
lint:
|
||||
name: Run ESLint
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
check-dist:
|
||||
name: Check Distribution
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
BUNDLE_FILE: "dist/index.js"
|
||||
BUNDLE_COMMAND: "npm run bundle"
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
check-inputs-outputs:
|
||||
name: Check Input and Output enums
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
IO_FILE: ./src/generated/inputs-outputs.ts
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue