File tree 3 files changed +1
-13
lines changed
3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 47
47
fail-fast : false
48
48
matrix :
49
49
node-version :
50
- - 14
51
- - 16
52
50
- 18
53
51
- 20
54
52
os :
57
55
- macos-latest
58
56
project :
59
57
- fetch
60
- exclude :
61
- - os : windows-latest
62
- node-version : 14
63
- # On macOS, run tests with only the LTS environments.
64
- - os : macos-latest
65
- node-version : 14
66
58
67
59
steps :
68
60
- uses : actions/checkout@v3
81
73
# upload coverage only once
82
74
- name : Coveralls
83
75
uses : coverallsapp/github-action@master
84
- if : matrix.node == '14 ' && matrix.os == 'ubuntu-latest'
76
+ if : matrix.node == '18 ' && matrix.os == 'ubuntu-latest'
85
77
with :
86
78
github-token : ${{ secrets.GITHUB_TOKEN }}
87
79
Original file line number Diff line number Diff line change 45
45
fail-fast : false
46
46
matrix :
47
47
node-version :
48
- - 14
49
- - 16
50
48
- 18
51
49
- 20
52
50
os :
Original file line number Diff line number Diff line change 46
46
fail-fast : false
47
47
matrix :
48
48
node-version :
49
- - 14
50
- - 16
51
49
- 18
52
50
- 20
53
51
os :
You can’t perform that action at this time.
0 commit comments