Skip to content

Commit 7195d89

Browse files
author
Nathan Dintenfass
authored
Use docker instead of machine on CircleCI (#387)
Use a common docker image instead of a machine executor in the CircleCI example -- docker builds are lighter weight and more common CircleCI
1 parent 8500fad commit 7195d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/ci-cd.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ version: 2.1
3232

3333
jobs:
3434
build:
35-
machine:
36-
image: ubuntu-1604:202007-01
35+
docker:
36+
- image: cimg/node:15.11.0
3737
steps:
3838
- run:
3939
name: Install

0 commit comments

Comments
 (0)