Add node.js 16.x to CI for testing purpose
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 17:51:56 +0000 (19:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 17:51:56 +0000 (19:51 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

index c3cf2b49521a9347713a23a8ff73d24f32de8d73..90687ea258c89c8f12b0ef8c6e876a50e9a991db 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [14.x]
+        node-version: [14.x, 16.x]
     steps:
     - uses: actions/checkout@v2
       with: