Skip to content

Commit

Permalink
chore: test on node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 13, 2019
1 parent b76f01b commit 26a2f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 26a2f14

Please sign in to comment.