Skip to content

Commit 371cdbc

Browse files
committed
Added Node.js 24 to tests matrix
1 parent 8037e1a commit 371cdbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22
on:
33
pull_request:
44
types: [ opened, synchronize, reopened ]
@@ -15,6 +15,7 @@ jobs:
1515
node:
1616
- 20
1717
- 22
18+
- 24
1819
steps:
1920
- uses: actions/setup-node@v4
2021
with:

0 commit comments

Comments
 (0)