Skip to content

Commit fa46cdb

Browse files
SimenBcpojer
authored andcommitted
Test with Node 10 on CI (jestjs#6097)
* test on node 10 * Update config.yml
1 parent 6640903 commit fa46cdb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ jobs:
4444
- save-cache: *save-cache
4545
- run: yarn run test-ci-es5-build-in-browser
4646

47+
test-node-10:
48+
working_directory: ~/jest
49+
docker:
50+
- image: circleci/node:10
51+
steps:
52+
- checkout
53+
- restore-cache: *restore-cache
54+
- run: yarn --no-progress
55+
- save-cache: *save-cache
56+
- run: yarn run test-ci-partial
57+
4758
test-node-9:
4859
working_directory: ~/jest
4960
docker:
@@ -95,6 +106,7 @@ workflows:
95106
jobs:
96107
- test-node-8
97108
- test-node-6
109+
- test-node-10
98110
- test-node-9
99111
- test-browser
100112
- test-and-deploy-website

0 commit comments

Comments
 (0)