Skip to content

Commit e8c2c2e

Browse files
committed
ci: test on Node.js 22 and 24
The test matrix only covers Node.js 20, but the package declares engines >= 20. Add the two current LTS versions (22 and 24) so regressions on newer runtimes are caught before release.
1 parent 88731d1 commit e8c2c2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
matrix:
99
node_version:
1010
- 20
11+
- 22
12+
- 24
1113
steps:
1214
- uses: actions/checkout@v4
1315
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)