Skip to content

Commit 90d97b1

Browse files
committed
chore: Fix lint.
1 parent 03d07fe commit 90d97b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build-and-test:
44
docker:
5-
- image: "circleci/node:latest"
5+
- image: 'circleci/node:latest'
66
steps:
77
- checkout
88
- restore_cache:
@@ -35,7 +35,7 @@ jobs:
3535
- .
3636
release:
3737
docker:
38-
- image: "circleci/node:latest"
38+
- image: 'circleci/node:latest'
3939
steps:
4040
- attach_workspace:
4141
at: .

0 commit comments

Comments
 (0)