Skip to content

Commit

Permalink
ci: Try using circleci/node:12-browsers Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 1, 2020
1 parent 68fc5d9 commit 27b447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases:
defaults: &defaults
working_directory: ~/app-datepicker
docker:
- image: circleci/node:13-browsers
- image: circleci/node:12-browsers

jobs:
build:
Expand Down

0 comments on commit 27b447b

Please sign in to comment.