From: Jérôme Benoit Date: Wed, 20 Apr 2022 15:31:25 +0000 (+0200) Subject: CI: use latest node.js stable version X-Git-Tag: v1.1.59~29 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=99942e4fe369ba3f0837d80a37c7149a71f3aca2;p=e-mobility-charging-stations-simulator.git CI: use latest node.js stable version Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3664bbb5..af014eb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14.x', '16.x', '17.x'] + node: ['14.x', '16.x', '18.x'] steps: - uses: actions/checkout@v3 with: