Skip to content

Commit

Permalink
chore: add node-browsers-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 24, 2019
1 parent c0c88c3 commit ad0d2c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ad0d2c1

Please sign in to comment.