mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Update Action to Node 16 and handle set-output deprecation (#109)
* update: action runtime to node16 * chore: pin dependencies * fix: build error with new TS version * add: editorconfig * chore: update all actions used in workflows * update: readme action sample versions * chore: bump developer dependencies * chore: bump developer dependencies * fix: eslint issues * fix: broken buildah copy logic * chore: address review feedback version bump
This commit is contained in:
parent
4b8d36793b
commit
5177407148
20 changed files with 3587 additions and 4880 deletions
5
.github/workflows/security_scan.yml
vendored
5
.github/workflows/security_scan.yml
vendored
|
@ -16,9 +16,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install CRDA
|
||||
uses: redhat-actions/openshift-tools-installer@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue