]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: drop node 18.x support
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 May 2025 17:08:29 +0000 (19:08 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 May 2025 17:08:29 +0000 (19:08 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/autofix.yml
.github/workflows/ci.yml
ui/web/package.json

index 524a11c0d34d618148674ad6aa458f97dd8c895d..82377edeb1d0e3b50a14b09f6edbe3be26ad6351 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - run: pipx install poetry
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.12
+          python-version: 3.13
           cache: poetry
 
       - working-directory: tests/ocpp-server
index dd5b0e58d31e4235841389c9695fa72d7df911a0..48b62901eccc715d824116b3baee26be67e386e0 100644 (file)
@@ -43,14 +43,14 @@ jobs:
       - name: Install Dependencies
         run: poetry install --no-root
       - name: Lint
-        if: ${{ matrix.os == 'ubuntu-latest' && matrix.python == '3.12' }}
+        if: ${{ matrix.os == 'ubuntu-latest' && matrix.python == '3.13' }}
         run: poetry run task lint
   build-simulator:
     needs: [check-secrets]
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['20.x', '22.x', 'latest']
+        node: ['20.x', '22.x', '24.x', 'latest']
     name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
@@ -98,7 +98,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
-        node: ['18.x', '20.x', '22.x', 'latest']
+        node: ['20.x', '22.x', '24.x', 'latest']
     name: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     defaults:
index 69120289f615c6ea8498e63b3ff3fbe473dd8cd3..f52971860b9fb0b6064817d5d1eea9ac74780fbd 100644 (file)
@@ -4,7 +4,7 @@
   "version": "2.0.7",
   "readme": "README.md",
   "engines": {
-    "node": ">=18.0.0",
+    "node": ">=20.0.0",
     "pnpm": ">=9.0.0"
   },
   "volta": {