Skip to content

Commit e010c1c

Browse files
authored
ci: add node.js 24 to test matrix (#211)
1 parent 9f3a2a5 commit e010c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
os: [ubuntu-latest, windows-latest]
4747
# Node.js release schedule: https://nodejs.org/en/about/releases/
48-
node-version: [18, 19, 20, 21, 22, 23]
48+
node-version: [18, 19, 20, 21, 22, 23, 24]
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151

0 commit comments

Comments
 (0)