From: Jérôme Benoit Date: Sat, 9 Sep 2023 16:29:19 +0000 (+0200) Subject: build(ci): remove node 16.x X-Git-Tag: v1.2.22~33 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dbea49eeb12210ff4237463664ccf3166fc4759f;p=e-mobility-charging-stations-simulator.git build(ci): remove node 16.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df17f60d..abcbd6e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '20.x'] + node: ['18.x', '20.x'] name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: