Skip to content

Commit

Permalink
changing the docker image with 14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh Sekar committed Jul 26, 2020
1 parent 00500f6 commit 9f81c86
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 @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:14.5.0-buster-browsers-legacy # Image that supports browser automation using JS
- image: circleci/node:14.5-buster-browsers-legacy # Image that supports browser automation using JS
resource_class: small # Specifying the size of the instance that is needed to run the tests
working_directory: ~/project
steps:
Expand Down

0 comments on commit 9f81c86

Please sign in to comment.