File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ jobs:
1919 - 18
2020 - 20
2121 - 22
22+ - 24
2223 - current
2324 os :
2425 - ubuntu-latest
2526 - windows-latest
2627 include :
27- - node-version : 22
28+ - node-version : 24
2829 os : macos-latest
2930
3031 steps :
@@ -36,14 +37,14 @@ jobs:
3637 - run : npm i
3738 - run : npm test
3839 - run : npm run eslint
39- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
40+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4041 - name : Coveralls
41- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
42+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4243 uses : coverallsapp/github-action@v2
4344 with :
4445 github-token : ${{ secrets.GITHUB_TOKEN }}
4546 - name : Publish Qlty code coverage
46- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
47+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4748 uses : qltysh/qlty-action/coverage@v2
4849 with :
4950 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments