diff --git a/.circleci/config.yml b/.circleci/config.yml index cf29628f4b33..39952da65590 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,10 +88,10 @@ jobs: - store_test_results: path: reports/junit - test-node-11: + test-node-12: working_directory: ~/jest docker: - - image: circleci/node:11 + - image: circleci/node:12 steps: - checkout - restore-cache: *restore-cache @@ -136,8 +136,8 @@ workflows: - test-node-6 - test-node-8 - test-node-10 + - test-node-12 # current - test-jest-circus - - test-node-11 # current - test-browser - test-or-deploy-website: filters: *filter-ignore-gh-pages