X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=48887ca7c14a2f280023ab15f19df9453e512f2f;hb=62340a29089d0753f45b57dc3e5b8d4871c7d736;hp=67ca3d66e0a9d85827134e097bd216f43551ded7;hpb=547b7cf9e0971e51e8f9473900322efb6bc35005;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ca3d66..48887ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '19.7.x'] + node: ['16.x', '18.x', '19.x'] steps: - uses: actions/checkout@v3 with: @@ -46,7 +46,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '19.7.x'] + node: ['16.x', '18.x', '19.x'] steps: - uses: actions/checkout@v3 with: