Skip to content

Commit f4c2aca

Browse files
Backtonodetester (#348)
* bump version * use node tester image * use node tester image * use new yarn lock
1 parent 3e24653 commit f4c2aca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: node:10.13.0
8+
image: codefresh/node-tester-image:10.13.0
99
commands:
1010
- yarn install --frozen-lockfile
1111

1212
eslint:
1313
title: 'Running linting logic'
14-
image: node:10.13.0
14+
image: codefresh/node-tester-image:10.13.0
1515
commands:
1616
- yarn eslint
1717

1818
unit-tests:
1919
title: 'Running unit tests'
20-
image: node:10.13.0
20+
image: codefresh/node-tester-image:10.13.0
2121
commands:
2222
- yarn test
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.27.0",
3+
"version": "0.27.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)