build(ci): use latest in matrix node version
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 14 Jan 2024 17:17:47 +0000 (18:17 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 14 Jan 2024 17:17:47 +0000 (18:17 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

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