From: Jérôme Benoit Date: Wed, 18 Oct 2023 17:19:53 +0000 (+0200) Subject: build(ci): add node.js 21.x X-Git-Tag: v1.2.24~87 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6d588cefa5db3facac67aefbbf60b9626f4dee79;p=e-mobility-charging-stations-simulator.git build(ci): add node.js 21.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e88393ec..3bba1be3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['20.x'] + node: ['20.x', '21.x'] name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['18.x', '20.x'] + node: ['18.x', '20.x', '21.x'] name: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} defaults: diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39e096cf..0b44a098 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -196,7 +196,7 @@ devDependencies: specifier: ^2.0.0 version: 2.0.0 semver: - specifier: ^7.5.3 + specifier: ^7.5.4 version: 7.5.4 sinon: specifier: ^16.1.1