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