From: Jérôme Benoit Date: Wed, 18 Oct 2023 16:52:18 +0000 (+0200) Subject: build(ci): add node.js version 21.x X-Git-Tag: v3.0.3~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=26e393822b8c4aeb0be4d2506306b7500d4c8ec0;hp=c20d9994bae3561e5dea17403281c06b3e4de5c1;p=poolifier.git build(ci): add node.js version 21.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d70b1d2..072dd5a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['18.x', '20.x'] + node: ['18.x', '20.x', '21.x'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }}