File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ aliases:
11
11
- &node_lts_executor
12
12
docker :
13
13
- image : circleci/node:lts
14
- - &node_8_executor
15
- docker :
16
- - image : circleci/node:8
17
14
- &default_executor
18
15
<< : *node_latest_executor
19
16
- &yarn_cache_key
@@ -104,15 +101,6 @@ jobs:
104
101
name : Test with Node (LTS)
105
102
command : yarn test
106
103
107
- test_node_8 :
108
- << : *defaults
109
- << : *node_8_executor
110
- steps :
111
- - *restore_repo
112
- - run :
113
- name : Test with Node (8)
114
- command : yarn run test
115
-
116
104
coverage :
117
105
<< : *defaults
118
106
<< : *default_executor
@@ -166,10 +154,6 @@ workflows:
166
154
requires :
167
155
- prepare
168
156
<< : *ignore_non_dev_branches
169
- - test_node_8 :
170
- requires :
171
- - prepare
172
- << : *ignore_non_dev_branches
173
157
- coverage :
174
158
requires :
175
159
- test_node_latest
@@ -180,6 +164,5 @@ workflows:
180
164
- test_bundlesize
181
165
- test_node_latest
182
166
- test_node_lts
183
- - test_node_8
184
167
- coverage
185
168
<< : *execute_on_release
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- node_version : ['8.16', 10, 12] # Node 8 version fix due to https://github.com/actions/setup-node/issues/27
12
+ node_version : [10, 12]
13
13
os : [ubuntu-latest, windows-latest, macOS-latest]
14
14
15
15
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments