diff --git a/.circleci/config.yml b/.circleci/config.yml index f4ea800d5..f76d6a46f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,9 +3,7 @@ orbs: node: circleci/node@4.1.0 jobs: build: - executor: - name: node/default - tag: '13' + executor: node/default steps: - checkout - run: yarn