Skip to content

Commit fcea0b5

Browse files
authored
chore: Run tests on node 24 (#163)
1 parent 5bfb32f commit fcea0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test-node:
3333
strategy:
3434
matrix:
35-
version: [18, 20, 22]
35+
version: [18, 20, 22, 24]
3636
runs-on: ubuntu-latest
3737
needs: [lint]
3838
steps:

0 commit comments

Comments
 (0)