File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,6 @@ aliases:
18
18
19
19
version : 2
20
20
jobs :
21
- test-node-8 :
22
- working_directory : ~/jest
23
- docker :
24
- - image : circleci/node:8
25
- steps :
26
- - checkout
27
- - restore-cache : *restore-cache
28
- - run : *install
29
- - save-cache : *save-cache
30
- - run :
31
- command : yarn test-ci-partial
32
- - store_test_results :
33
- path : reports/junit
34
-
35
21
test-node-10 :
36
22
working_directory : ~/jest
37
23
docker :
@@ -118,7 +104,6 @@ workflows:
118
104
version : 2
119
105
build-and-deploy :
120
106
jobs :
121
- - test-node-8
122
107
- test-node-10
123
108
- test-node-12
124
109
- test-node-13 # current
Original file line number Diff line number Diff line change 52
52
strategy :
53
53
fail-fast : false
54
54
matrix :
55
- # https://github.com/actions/setup-node/issues/27
56
- node-version : [8.17.0, 10.x, 12.x, 13.x]
55
+ node-version : [10.x, 12.x, 13.x]
57
56
os : [ubuntu-latest, macOS-latest, windows-latest]
58
57
runs-on : ${{ matrix.os }}
59
58
You can’t perform that action at this time.
0 commit comments