version:2jobs:build:docker:# use the docker executor type; machine and macos executors are also supported-image:circleci/node:6.10.3# the primary container, where your job's commands are runsteps:-checkout-run:npminstall-run:npmrunbuild-run:npmruntest