Skip to content

Commit a29fd18

Browse files
authored
CI: add Node.js 24 to version matrix
1 parent f757c4f commit a29fd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [16, 18, 20, 22]
16+
node: [16, 18, 20, 22, 24]
1717
os: [ubuntu-latest, windows-latest]
1818

1919
steps:

0 commit comments

Comments
 (0)