From d92cb823710e7fab33d1f24ad44920298bbf08a5 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 2 May 2019 05:54:12 +0200 Subject: [PATCH] chore: test on node 12 --- .circleci/config.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf29628f4b33..5e2469fe92da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,6 +102,20 @@ jobs: - store_test_results: path: reports/junit + test-node-12: + working_directory: ~/jest + docker: + - image: circleci/node:12 + steps: + - checkout + - restore-cache: *restore-cache + - run: *install + - save-cache: *save-cache + - run: + command: yarn test-ci-partial + - store_test_results: + path: reports/junit + test-browser: working_directory: ~/jest docker: @@ -136,8 +150,9 @@ workflows: - test-node-6 - test-node-8 - test-node-10 + - test-node-12 - test-jest-circus - - test-node-11 # current + - test-node-11 - test-browser - test-or-deploy-website: filters: *filter-ignore-gh-pages