Skip to content

Commit ea91401

Browse files
committed
test
1 parent 9ee9343 commit ea91401

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:7.10
10+
- image: circleci/node:9
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -28,10 +28,16 @@ jobs:
2828

2929
- run: npm i
3030

31+
- run: npm i greenkeeper-lockfile@1
32+
33+
- run: npx greenkeeper-lockfile-update
34+
3135
- save_cache:
3236
paths:
3337
- node_modules
3438
key: v1-dependencies-{{ checksum "package.json" }}
3539

3640
# run tests!
3741
- run: npm test
42+
43+
- run: npx greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)