Commit 61d0332

Anton Golub <antongolub@antongolub.com>
2025-06-04 11:18:27
ci: add nodejs 24 to test matrix
1 parent bbfca1b
Changed files (1)
.github
workflows
.github/workflows/test.yml
@@ -192,7 +192,7 @@ jobs:
     needs: build
     strategy:
       matrix:
-        node-version: [12, 14, 16, 18, 20, 22, 22-nightly, 23]
+        node-version: [12, 14, 16, 18, 20, 22, 24, 25-nightly]
     steps:
       - uses: actions/checkout@v4
         with: