chore: Fix lint.
This commit is contained in:
parent
03d07feed3
commit
90d97b1d3a
|
@ -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: .
|
||||
|
|
Loading…
Reference in New Issue