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
ci: add node v24 to test run
  • Loading branch information
dhensby committed May 20, 2025
commit d12963539ba583fb9343f049f80475027e5bc138
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
needs: [lint]
strategy:
matrix:
node: [16, 18, 20, 22]
node: [16, 18, 20, 22, 24]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down