build(ci): remove node 16.x
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index df17f60de7e7ab796523e74d395385ffad6a0caa..abcbd6e7d6dff3a4fade976ed994ce57542f3bc3 100644 (file)
@@ -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: