Skip to content

Commit fce051b

Browse files
committed
Use NodeJS 24 in workflow
1 parent d9f083e commit fce051b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/node.js.yml

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

BACKERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)