Skip to content

Commit f70706d

Browse files
committed
Use NodeJS 24 in workflow
1 parent d54b427 commit f70706d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)