Skip to content

Commit 962ef52

Browse files
exe.dev userclaude
andcommitted
ci: add Node.js 24 to test matrix
Test matrix now runs on Node.js 18, 20, 22, and 24. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ccbb400 commit 962ef52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [18, 20, 22]
20+
node-version: [18, 20, 22, 24]
2121
fail-fast: false
2222

2323
steps:

0 commit comments

Comments
 (0)