From: Jérôme Benoit Date: Sun, 12 Sep 2021 17:51:56 +0000 (+0200) Subject: Add node.js 16.x to CI for testing purpose X-Git-Tag: v1.0.60~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=259ee56d81c663014d8596e2ea8b00382337762b;p=e-mobility-charging-stations-simulator.git Add node.js 16.x to CI for testing purpose Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3cf2b49..90687ea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: