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

index 2e3a29104aeb5511843842ca01ead77955df9b44..87818ade76840a72062c004ddcd1877058a98604 100644 (file)
@@ -26,7 +26,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['20.x', '21.x']
+        node: ['20.x', 'latest']
     name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
@@ -76,7 +76,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: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     defaults: