Skip to content

Commit 93d42fc

Browse files
pasha-codefreshyaroslav-codefresh
authored andcommitted
Back to 9.6.1 binary issue (#349)
* bump version * use node tester image * use node tester image * use new yarn lock * back to 9.2.0
1 parent f4c2aca commit 93d42fc

File tree

4 files changed

+9
-290
lines changed

4 files changed

+9
-290
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:alpine as go
33
RUN apk add --update ca-certificates git
44
RUN go get github.com/github/hub
55

6-
FROM node:10.13.0-alpine
6+
FROM node:9.2.0-alpine
77

88
RUN apk add --update ca-certificates git curl jq py-pip bash && pip install yq
99
COPY --from=go /go/bin/hub /usr/local/bin/hub

codefresh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ steps:
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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,
@@ -66,7 +66,6 @@
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"
@@ -88,7 +87,7 @@
8887
"author": "Codefresh",
8988
"license": "ISC",
9089
"engines": {
91-
"node": ">=10.13.0"
90+
"node": ">=8.0.0"
9291
},
9392
"jest": {
9493
"testEnvironment": "node",

0 commit comments

Comments
 (0)