8000 ci: remove greenkeeper install step · LeetCode-OpenSource/rxjs-hooks@260efb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 260efb8

Browse files
committed
ci: remove greenkeeper install step
1 parent d122ef5 commit 260efb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/rxjs-hooks
33
docker:
4-
- image: circleci/node:10-browsers
4+
- image: circleci/node:12-browsers
55

66
version: 2
77
jobs:
@@ -39,7 +39,7 @@ jobs:
3939
- run: yarn test
4040
- run:
4141
name: report-coverage
42-
command: npx codecov -f coverage/*.json
42+
command: npx codecov
4343

4444
deploy:
4545
<<: *defaults

0 commit comments

Comments
 (0)
0