From 082e3e5882a8821d1f62bcc278a71bc06860a5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 23 Dec 2019 21:56:54 -0500 Subject: [PATCH] chore: add node-browsers-executor --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf13cde8fa18..f23f1deee31d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,6 +48,10 @@ executors: docker: - image: circleci/node:13 working_directory: ~/babel + node-browsers-executor: + docker: + - image: circleci/node:13-browsers + working_directory: ~/babel jobs: build-standalone: @@ -154,7 +158,7 @@ jobs: - run: ./scripts/integration-tests/e2e-create-react-app.sh e2e-vue-cli: - executor: node-executor + executor: node-browsers-executor steps: - checkout - attach_workspace: