From: Jérôme Benoit Date: Wed, 15 Mar 2023 22:16:50 +0000 (+0100) Subject: build: revert node stable CI version pinning X-Git-Tag: v1.1.95~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aab427455b6f9b0c6c28c189ae578aabe4130fdb;p=e-mobility-charging-stations-simulator.git build: revert node stable CI version pinning Signed-off-by: Jérôme Benoit --- 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: