build(ci): add node.js version 21.x
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 18 Oct 2023 16:52:18 +0000 (18:52 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 18 Oct 2023 16:52:18 +0000 (18:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

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