From 00500f6414cb7f08640b49a5389cf3dfa3a9c142 Mon Sep 17 00:00:00 2001 From: Naresh Sekar Date: Sun, 26 Jul 2020 17:45:17 +0530 Subject: [PATCH] changing the docker image with 14.5.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: