File tree Expand file tree Collapse file tree 4 files changed +9
-290
lines changed Expand file tree Collapse file tree 4 files changed +9
-290
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM golang:alpine as go
33RUN apk add --update ca-certificates git
44RUN go get github.com/github/hub
55
6- FROM node:10.13 .0-alpine
6+ FROM node:9.2 .0-alpine
77
88RUN apk add --update ca-certificates git curl jq py-pip bash && pip install yq
99COPY --from=go /go/bin/hub /usr/local/bin/hub
Original file line number Diff line number Diff line change 55
66 install_dependencies :
77 title : ' Installing testing dependencies'
8- image : codefresh/node-tester-image:10.13 .0
8+ image : codefresh/node-tester-image:8.8 .0
99 commands :
1010 - yarn install --frozen-lockfile
1111
1212 eslint :
1313 title : ' Running linting logic'
14- image : codefresh/node-tester-image:10.13 .0
14+ image : codefresh/node-tester-image:8.8 .0
1515 commands :
1616 - yarn eslint
1717
1818 unit-tests :
1919 title : ' Running unit tests'
20- image : codefresh/node-tester-image:10.13 .0
20+ image : codefresh/node-tester-image:8.8 .0
2121 commands :
2222 - yarn test
2323
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.27.3 " ,
3+ "version" : " 0.28.0 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
6666 "requestretry" : " ^3.1.0" ,
6767 "rimraf" : " ^2.6.2" ,
6868 "semver" : " ^5.6.0" ,
69- "tty-table" : " ^2.5.5" ,
7069 "uuid" : " ^3.1.0" ,
7170 "yargs" : " ^10.0.3" ,
7271 "yargs-parser" : " ^13.0.0"
8887 "author" : " Codefresh" ,
8988 "license" : " ISC" ,
9089 "engines" : {
91- "node" : " >=10.13 .0"
90+ "node" : " >=8.0 .0"
9291 },
9392 "jest" : {
9493 "testEnvironment" : " node" ,
You can’t perform that action at this time.
0 commit comments