We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6640903 commit fa46cdbCopy full SHA for fa46cdb
.circleci/config.yml
@@ -44,6 +44,17 @@ jobs:
44
- save-cache: *save-cache
45
- run: yarn run test-ci-es5-build-in-browser
46
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
+
58
test-node-9:
59
working_directory: ~/jest
60
docker:
@@ -95,6 +106,7 @@ workflows:
95
106
jobs:
96
107
- test-node-8
97
108
- test-node-6
109
+ - test-node-10
98
110
- test-node-9
99
111
- test-browser
100
112
- test-and-deploy-website
0 commit comments