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 1616 fail-fast : false
1717 matrix :
1818 node-version :
19- - 12
20- - 14
21- - 16
2219 - 18
2320 - 20
21+ - 22
2422 - current
2523 os :
2624 - ubuntu-latest
@@ -35,14 +33,14 @@ jobs:
3533 - run : npm i
3634 - run : npm test
3735 - run : npm run eslint
38- if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
36+ if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
3937 - name : Coveralls
40- if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
38+ if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
4139 uses : coverallsapp/github-action@v2
4240 with :
4341 github-token : ${{ secrets.GITHUB_TOKEN }}
4442 - 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' }}
46444745 env :
4846 CC_TEST_REPORTER_ID : d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
You can’t perform that action at this time.
0 commit comments