Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit af42468

Browse files
authored
ci(circle): Fixes builds by using mysql 8.0.3. (#12)
1 parent 41061d3 commit af42468

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
- image: circleci/node:8
10-
- image: circleci/mysql:8
10+
- image: circleci/mysql:8.0.3
1111
environment:
1212
- NPM_CONFIG_LOGLEVEL: warn
1313
working_directory: ~/repo

0 commit comments

Comments
 (0)