From: Jérôme Benoit Date: Wed, 19 Apr 2023 19:21:30 +0000 (+0200) Subject: build(ci): switch to node 20.x X-Git-Tag: v1.2.11~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4fc9b19e041c7f1bb2de23b15c89c1bef9bbd738;p=e-mobility-charging-stations-simulator.git build(ci): switch to node 20.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b00841d..ae992b24 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.x'] + node: ['16.x', '18.x', '20.x'] steps: - uses: actions/checkout@v3 with: @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '19.x'] + node: ['16.x', '18.x', '20.x'] steps: - uses: actions/checkout@v3 with: