Add node stable version to CI build
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 23:07:25 +0000 (01:07 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 23:07:25 +0000 (01:07 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 1df41baa384a43d8b7916e1738343a4f1936902d..b62417bf97de13e62f80be9d38fa01cd621c18d7 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x']
+        node: ['16.x', '18.x', '19.x']
     steps:
       - uses: actions/checkout@v3
         with:
@@ -44,7 +44,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['16.x', '18.x']
+        node: ['16.x', '18.x', '19.x']
     steps:
       - uses: actions/checkout@v3
         with: