From: Jérôme Benoit Date: Wed, 15 Mar 2023 14:31:42 +0000 (+0100) Subject: build: fix typo in CI X-Git-Tag: v1.1.95~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=547b7cf9e0971e51e8f9473900322efb6bc35005;p=e-mobility-charging-stations-simulator.git build: fix typo in CI Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ebf798a..67ca3d66 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.7.x'] steps: - uses: actions/checkout@v3 with: