File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
1717 node-version :
1818 - 20
1919 - 22
20+ - 24
2021 - current
2122 os :
2223 - ubuntu-latest
2324 - windows-latest
2425 include :
25- - node-version : 22
26+ - node-version : 24
2627 os : macos-latest
2728
2829 steps :
@@ -34,14 +35,14 @@ jobs:
3435 - run : npm i
3536 - run : npm test
3637 - run : npm run eslint
37- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
38+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
3839 - name : Coveralls
39- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
40+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4041 uses : coverallsapp/github-action@v2
4142 with :
4243 github-token : ${{ secrets.GITHUB_TOKEN }}
4344 - name : Publish Qlty code coverage
44- if : ${{ matrix.node-version == '22 ' && matrix.os == 'ubuntu-latest' }}
45+ if : ${{ matrix.node-version == '24 ' && matrix.os == 'ubuntu-latest' }}
4546 uses : qltysh/qlty-action/coverage@v2
4647 with :
4748 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Thank you for your support ❤️
1010### Backers via Patreon
1111* The Rubyist
1212
13- ### Backers via GitHub Sponspors
13+ ### Backers via GitHub Sponsors
1414* swcarlosrj
1515* francescamarano
1616* github
You can’t perform that action at this time.
0 commit comments