File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 - dependencies-
1919
2020 - run :
21- name : Install Dependencies
22- command : npm i
21+ name : Install Dependencies
22+ command : npm i
2323
2424 - run :
25- name : Install Greenkeeper-lockfile
26- command : npm i greenkeeper-lockfile@1
25+ name : Install Greenkeeper-lockfile
26+ command : npm i greenkeeper-lockfile@1
2727
2828 - run :
29- name : Update the lockfile
30- command : npx greenkeeper-lockfile-update
29+ name : Update the lockfile
30+ command : npx greenkeeper-lockfile-update
3131
3232 - save_cache :
3333 paths :
3737 - run : npm test
3838
3939 - run :
40- name : Commit lockfile changes
41- command : npx greenkeeper-lockfile-upload
40+ name : Commit lockfile changes
41+ command : npx greenkeeper-lockfile-upload
You can’t perform that action at this time.
0 commit comments