]> Piment Noir Git Repositories - poolifier.git/commitdiff
ci: add node 24.x
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 May 2025 17:23:45 +0000 (19:23 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 May 2025 17:23:45 +0000 (19:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

index f67fffb63a58e2ab7ee53d603be5bf0b39702af4..b7cabe0b6b422df4f55e096706be0b25ee0c44a5 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['20.x', '22.x', 'latest']
+        node: ['20.x', '22.x', '24.x', 'latest']
 
     name: Node.js ${{ matrix.node }} on ${{ matrix.os }}