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
3
3
RUN apk add --update ca-certificates git
4
4
RUN go get github.com/github/hub
5
5
6
- FROM node:10.13 .0-alpine
6
+ FROM node:9.2 .0-alpine
7
7
8
8
RUN apk add --update ca-certificates git curl jq py-pip bash && pip install yq
9
9
COPY --from=go /go/bin/hub /usr/local/bin/hub
Original file line number Diff line number Diff line change 5
5
6
6
install_dependencies :
7
7
title : ' Installing testing dependencies'
8
- image : codefresh/node-tester-image:10.13 .0
8
+ image : codefresh/node-tester-image:8.8 .0
9
9
commands :
10
10
- yarn install --frozen-lockfile
11
11
12
12
eslint :
13
13
title : ' Running linting logic'
14
- image : codefresh/node-tester-image:10.13 .0
14
+ image : codefresh/node-tester-image:8.8 .0
15
15
commands :
16
16
- yarn eslint
17
17
18
18
unit-tests :
19
19
title : ' Running unit tests'
20
- image : codefresh/node-tester-image:10.13 .0
20
+ image : codefresh/node-tester-image:8.8 .0
21
21
commands :
22
22
- yarn test
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.27.3 " ,
3
+ "version" : " 0.28.0 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
66
66
"requestretry" : " ^3.1.0" ,
67
67
"rimraf" : " ^2.6.2" ,
68
68
"semver" : " ^5.6.0" ,
69
- "tty-table" : " ^2.5.5" ,
70
69
"uuid" : " ^3.1.0" ,
71
70
"yargs" : " ^10.0.3" ,
72
71
"yargs-parser" : " ^13.0.0"
88
87
"author" : " Codefresh" ,
89
88
"license" : " ISC" ,
90
89
"engines" : {
91
- "node" : " >=10.13 .0"
90
+ "node" : " >=8.0 .0"
92
91
},
93
92
"jest" : {
94
93
"testEnvironment" : " node" ,
You can’t perform that action at this time.
0 commit comments