Skip to content

Commit 3842b1f

Browse files
committed
Use NodeJS 24 in workflow
1 parent 94bb0ed commit 3842b1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)