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