Skip to content

Commit ee1ef41

Browse files
authored
ci: add node.js 24 to test matrix (#6504)
1 parent 1ca803d commit ee1ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ubuntu-latest, windows-latest]
48-
node-version: [18, 19, 20, 21, 22, 23]
48+
node-version: [18, 19, 20, 21, 22, 23, 24]
4949
# Node.js release schedule: https://nodejs.org/en/about/releases/
5050

5151
name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}

0 commit comments

Comments
 (0)