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

index 7c8482aa12856a29ca2f8fb5019ecb62724903f6..066e15bb3b08b0bffc6b5cb0848498d6057e4c9f 100644 (file)
@@ -50,7 +50,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['20.x', 'latest']
+        node: ['20.x', '22.x', 'latest']
     name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
@@ -98,7 +98,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: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     defaults: