Skip to content

Commit 69f36f6

Browse files
authored
Fix typo in config.yml
Introduced by #855, but its hard to test in PR considering how config.yml is written
1 parent d2a7f03 commit 69f36f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: cimg/ruby2.6-node
5+
- image: cimg/ruby:2.6-node
66
steps:
77
- run:
88
name: Checkout

0 commit comments

Comments
 (0)