File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- node-version : [12 .x, 14 .x]
14
+ node-version : [16 .x, 18 .x]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v2
34
34
run : npm run lint
35
35
36
36
- name : Coverage
37
- if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == '12 .x'
37
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == '16 .x'
38
38
uses : codecov/codecov-action@v1
39
39
with :
40
40
token : ${{ secrets.CODECOV_TOKEN }}
43
43
verbose : true
44
44
45
45
- name : Release
46
- if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == '12 .x'
46
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == '16 .x'
47
47
run : npm run release
48
48
env :
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments