Skip to content

Commit bc70696

Browse files
authored
Merge pull request #33 from k8s-operatorhub/CVP-2991
nodejs upgrade to 16
2 parents 1087270 + c0b5b93 commit bc70696

File tree

8 files changed

+2749
-410
lines changed

8 files changed

+2749
-410
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

frontend/package-lock.json

Lines changed: 43 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"connected-react-router": "~6.9.1",
3939
"copy-to-clipboard": "~3.3.1",
4040
"copy-webpack-plugin": "~5.1.2",
41-
"css-loader": "~3.6.0",
41+
"css-loader": "~5.2.7",
4242
"dateformat": "~3.0.3",
4343
"eslint": "~6.8.0",
4444
"eslint-plugin-patternfly-react": "~0.2.3",

0 commit comments

Comments
 (0)