Add UI HTTP server (#6)
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 3feffe8b61c19294e47362a0bd4180803e58a4e9..1f702e1a0521be0e0daec0d99d4156567c49b5bf 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['14.x', '16.x', '18.x']
+        node: ['16.x', '18.x']
     steps:
       - uses: actions/checkout@v3
         with:
@@ -46,7 +46,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['14.x', '16.x', '18.x']
+        node: ['16.x', '18.x']
     steps:
       - uses: actions/checkout@v3
         with: