We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee9343 commit ea91401Copy full SHA for ea91401
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:7.10
+ - image: circleci/node:9
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
@@ -28,10 +28,16 @@ jobs:
28
29
- run: npm i
30
31
+ - run: npm i greenkeeper-lockfile@1
32
+
33
+ - run: npx greenkeeper-lockfile-update
34
35
- save_cache:
36
paths:
37
- node_modules
38
key: v1-dependencies-{{ checksum "package.json" }}
39
40
# run tests!
41
- run: npm test
42
43
+ - run: npx greenkeeper-lockfile-upload
0 commit comments