Skip to content

Commit 3715b70

Browse files
committed
🔧 config: update circle ci config
1 parent 54f9211 commit 3715b70

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
44
#
55
version: 2.1
6-
orbs:
7-
codecov: codecov/[email protected]
8-
jobs:
9-
build:
6+
executors:
7+
default:
108
docker:
119
# specify the version you desire here
1210
- image: circleci/node:11.10.1
@@ -15,9 +13,12 @@ jobs:
1513
# CircleCI maintains a library of pre-built images
1614
# documented at https://circleci.com/docs/2.0/circleci-images/
1715
# - image: circleci/mongo:3.4.4
18-
1916
working_directory: ~/repo
20-
17+
orbs:
18+
codecov: codecov/[email protected]
19+
jobs:
20+
setup:
21+
executors: default
2122
steps:
2223
- checkout
2324

0 commit comments

Comments
 (0)