Skip to content

Commit befe228

Browse files
authored
chore: add Node 24 to test matrix (#682)
1 parent 5f6b7a6 commit befe228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.x, latest]
19+
node-version: [20.x, 22.x, 24.x, latest]
2020
fail-fast: false
2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)