Skip to content

Commit

Permalink
feat: Update to use Node.js 12.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: start using node 12
  • Loading branch information
lholmquist committed May 29, 2019
1 parent caf3566 commit a931332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ objects:
- name: latest
from:
kind: DockerImage
name: 'nodeshift/centos7-s2i-nodejs:10.x'
name: 'nodeshift/centos7-s2i-nodejs:12.x'
- apiVersion: v1
kind: BuildConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci": "npm run lint && npm run coveralls",
"dependencyCheck": "szero . --ci",
"release": "standard-version -a",
"openshift": "nodeshift --strictSSL=false --imageTag=10.x",
"openshift": "nodeshift --strictSSL=false --imageTag=12.x",
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
"start": "node ."
},
Expand Down

0 comments on commit a931332

Please sign in to comment.