Skip to content

Commit a931332

Browse files
committed
feat: Update to use Node.js 12.x
BREAKING CHANGE: start using node 12
1 parent caf3566 commit a931332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.openshiftio/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ objects:
5050
- name: latest
5151
from:
5252
kind: DockerImage
53-
name: 'nodeshift/centos7-s2i-nodejs:10.x'
53+
name: 'nodeshift/centos7-s2i-nodejs:12.x'
5454
- apiVersion: v1
5555
kind: BuildConfig
5656
metadata:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ci": "npm run lint && npm run coveralls",
1515
"dependencyCheck": "szero . --ci",
1616
"release": "standard-version -a",
17-
"openshift": "nodeshift --strictSSL=false --imageTag=10.x",
17+
"openshift": "nodeshift --strictSSL=false --imageTag=12.x",
1818
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
1919
"start": "node ."
2020
},

0 commit comments

Comments
 (0)