Skip to content

Commit f1c5daa

Browse files
committed
Build: Add Node.js 24
Now that #46 is fixed, enforce Node.js passing in CI going forward.
1 parent ee4e856 commit f1c5daa

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: [10, 12, 14, 20]
16+
node: [10, 12, 14, 20, 24]
1717
os: [ubuntu-latest, windows-latest]
1818

1919
steps:

0 commit comments

Comments
 (0)