From: Jérôme Benoit Date: Mon, 24 Oct 2022 23:07:25 +0000 (+0200) Subject: Add node stable version to CI build X-Git-Tag: v1.1.86~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2312423276fef2557f704df1c26b5ef71e4848c6;hp=a812cd6b2916522126bc438e970fe56b1b8ef083;p=e-mobility-charging-stations-simulator.git Add node stable version to CI build Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1df41baa..b62417bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x'] + node: ['16.x', '18.x', '19.x'] steps: - uses: actions/checkout@v3 with: @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x'] + node: ['16.x', '18.x', '19.x'] steps: - uses: actions/checkout@v3 with: