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 83a10da commit 4bbd240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ objects:
- apiVersion: v1
kind: ImageStream
metadata:
name: runtime-centos7-s2i-nodejs-10-x
name: runtime-centos7-s2i-nodejs-12-x
spec:
tags:
- 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 All @@ -73,7 +73,7 @@ objects:
sourceStrategy:
from:
kind: ImageStreamTag
name: 'runtime-centos7-s2i-nodejs-10-x:latest'
name: 'runtime-centos7-s2i-nodejs-12-x:latest'
incremental: true
triggers:
- github:
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 4bbd240

Please sign in to comment.