build(ci): node 23.x support
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 17 Oct 2024 17:15:24 +0000 (19:15 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 17 Oct 2024 17:15:24 +0000 (19:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

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