File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 - 18
2020 - 20
2121 - 22
22+ - 24
2223 - current
2324 os :
2425 - ubuntu-latest
@@ -33,14 +34,14 @@ jobs:
3334 - run : npm i
3435 - run : npm test
3536 - run : npm run eslint
36- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
37+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
3738 - name : Coveralls
38- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
39+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
3940 uses : coverallsapp/github-action@v2
4041 with :
4142 github-token : ${{ secrets.GITHUB_TOKEN }}
4243 - name : Publish Qlty code coverage
43- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
44+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4445 uses : qltysh/qlty-action/coverage@v2
4546 with :
4647 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments