Skip to content

Commit

Permalink
Test with Node 10 on CI (#6097)
Browse files Browse the repository at this point in the history
* test on node 10

* Update config.yml
  • Loading branch information
SimenB authored and cpojer committed May 2, 2018
1 parent 6640903 commit fa46cdb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ jobs:
- save-cache: *save-cache
- run: yarn run test-ci-es5-build-in-browser

test-node-10:
working_directory: ~/jest
docker:
- image: circleci/node:10
steps:
- checkout
- restore-cache: *restore-cache
- run: yarn --no-progress
- save-cache: *save-cache
- run: yarn run test-ci-partial

test-node-9:
working_directory: ~/jest
docker:
Expand Down Expand Up @@ -95,6 +106,7 @@ workflows:
jobs:
- test-node-8
- test-node-6
- test-node-10
- test-node-9
- test-browser
- test-and-deploy-website

0 comments on commit fa46cdb

Please sign in to comment.