diff --git a/.circleci/config.yml b/.circleci/config.yml index dffb83a..1bcde7d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: build: docker: - - image: circleci/node:dubnium-stretch-browsers-legacy # Image that supports browser automation using JS + - image: circleci/node:14.5.0-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: