Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add node 21 and 22 to ci workflows
  • Loading branch information
benminer committed Feb 6, 2025
commit 88fccc3e9247a14bec1056ee8492d2cfc93c279b
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20]
node: [14, 16, 18, 20, 21, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down