Skip to content

Commit fe67ba0

Browse files
authored
ci: add node 24 to test matrix (#393)
Signed-off-by: Frazer Smith <[email protected]>
1 parent c57b98b commit fe67ba0

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
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
strategy:
3535
matrix:
36-
node-version: [20, 22]
36+
node-version: [20, 22, 24]
3737
steps:
3838
- name: Check out repo
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)