Skip to content

Commit 4ea6498

Browse files
committed
Add docker type to common job
1 parent c11e200 commit 4ea6498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ version: 2
22

33
jobs:
44
build-node-common: &build-node-common
5+
docker:
6+
- image: node
7+
58
steps:
69
- checkout
710

0 commit comments

Comments
 (0)