Skip to content

Commit a53ae89

Browse files
authored
ci: test on Node.js v24
1 parent 358e586 commit a53ae89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# - 'macos-latest'
1313
# - 'windows-latest'
1414
node_version:
15+
- '24'
1516
- '22'
1617
- '20'
1718
name: Node.js ${{ matrix.node_version }} on ${{ matrix.os }}
@@ -29,7 +30,7 @@ jobs:
2930
run: npm ci
3031

3132
- name: Lint
32-
if: matrix.node_version == '22'
33+
if: matrix.node_version == '24'
3334
run: npm run lint
3435

3536
- name: Run Tests

0 commit comments

Comments
 (0)