From: Jérôme Benoit Date: Fri, 7 Jan 2022 16:05:59 +0000 (+0100) Subject: Add node version 17 to CI X-Git-Tag: v1.1.45~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c2c35ebf5a5977909b43e78a66611edc501f9a6c;p=e-mobility-charging-stations-simulator.git Add node version 17 to CI Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d09db850..3e7ea8b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: ['14.x', '16.x', '17.x'] steps: - uses: actions/checkout@v2 with: