File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
os : [ubuntu-latest]
20
- node : [10, 12]
20
+ node : [10, 12, 14 ]
21
21
22
22
steps :
23
23
- name : Clone repository
50
50
51
51
- name : BundleWatch
52
52
run : yarn run bundlewatch
53
- if : matrix.node == '12 '
53
+ if : matrix.node == '14 '
54
54
env :
55
55
BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
os : [ubuntu-latest]
20
- node : [12 ]
20
+ node : [14 ]
21
21
22
22
steps :
23
23
- name : Clone repository
54
54
strategy :
55
55
matrix :
56
56
os : [ubuntu-latest]
57
- node : [12 ]
57
+ node : [14 ]
58
58
59
59
steps :
60
60
- name : Clone repository
91
91
strategy :
92
92
matrix :
93
93
os : [ubuntu-latest]
94
- node : [10, 12]
94
+ node : [10, 12, 14 ]
95
95
96
96
steps :
97
97
- name : Clone repository
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
- name : CodeCov
126
126
uses : codecov/codecov-action@v1
127
- if : matrix.node == '12 '
127
+ if : matrix.node == '14 '
128
128
with :
129
129
token : ${{ secrets.CODECOV_TOKEN }}
130
130
flags : unittests
You can’t perform that action at this time.
0 commit comments