File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
node-version :
19
- - 12
20
- - 14
21
- - 16
22
19
- 18
23
20
- 20
21
+ - 22
24
22
- current
25
23
os :
26
24
- ubuntu-latest
@@ -35,14 +33,14 @@ jobs:
35
33
- run : npm i
36
34
- run : npm test
37
35
- run : npm run eslint
38
- if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
36
+ if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
39
37
- name : Coveralls
40
- if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
38
+ if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
41
39
uses : coverallsapp/github-action@v2
42
40
with :
43
41
github-token : ${{ secrets.GITHUB_TOKEN }}
44
42
- name : Publish codeclimate code coverage
45
- if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
43
+ if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
46
44
47
45
env :
48
46
CC_TEST_REPORTER_ID : d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
You can’t perform that action at this time.
0 commit comments