chore: Fix lint.

This commit is contained in:
Dylan Vann 2019-02-21 15:02:51 -05:00
parent 03d07feed3
commit 90d97b1d3a
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build-and-test:
docker:
- image: "circleci/node:latest"
- image: 'circleci/node:latest'
steps:
- checkout
- restore_cache:
@ -35,7 +35,7 @@ jobs:
- .
release:
docker:
- image: "circleci/node:latest"
- image: 'circleci/node:latest'
steps:
- attach_workspace:
at: .