Skip to content

Commit a5052a6

Browse files
committed
Workflow to nodejs16
Signed-off-by: Martin Vala <mavala@redhat.com>
1 parent 1087270 commit a5052a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/manual-rebuild-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [14]
21+
node-version: [16]
2222

2323
steps:
2424
- name: Setup environment using Docker

.github/workflows/manual-rebuild-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [14]
21+
node-version: [16]
2222

2323
steps:
2424
- name: Setup environment using Docker

.github/workflows/openshift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [14]
23+
node-version: [16]
2424

2525
steps:
2626
- name: Setup environment using Docker

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14]
17+
node-version: [16]
1818

1919
steps:
2020
- name: Setup environment using Docker

0 commit comments

Comments
 (0)