File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [ubuntu-latest]
20- node : [10, 12]
20+ node : [10, 12, 14 ]
2121
2222 steps :
2323 - name : Clone repository
5050
5151 - name : BundleWatch
5252 run : yarn run bundlewatch
53- if : matrix.node == '12 '
53+ if : matrix.node == '14 '
5454 env :
5555 BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [ubuntu-latest]
20- node : [12 ]
20+ node : [14 ]
2121
2222 steps :
2323 - name : Clone repository
5454 strategy :
5555 matrix :
5656 os : [ubuntu-latest]
57- node : [12 ]
57+ node : [14 ]
5858
5959 steps :
6060 - name : Clone repository
9191 strategy :
9292 matrix :
9393 os : [ubuntu-latest]
94- node : [10, 12]
94+ node : [10, 12, 14 ]
9595
9696 steps :
9797 - name : Clone repository
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : CodeCov
126126 uses : codecov/codecov-action@v1
127- if : matrix.node == '12 '
127+ if : matrix.node == '14 '
128128 with :
129129 token : ${{ secrets.CODECOV_TOKEN }}
130130 flags : unittests
You can’t perform that action at this time.
0 commit comments