Skip to content

Commit ed71e31

Browse files
committed
fix typ
1 parent e619e2a commit ed71e31

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
checks:
2929
docker:
30-
- image: cimg/node::17.5.0
30+
- image: cimg/node:17.5.0
3131

3232
steps:
3333
- checkout
@@ -176,7 +176,7 @@ jobs:
176176

177177
deploy:
178178
docker:
179-
- image: cimg/node::17.5.0
179+
- image: cimg/node:17.5.0
180180

181181
steps:
182182
- checkout

0 commit comments

Comments
 (0)