From: Jérôme Benoit Date: Sun, 14 Jan 2024 17:17:47 +0000 (+0100) Subject: build(ci): use latest in matrix node version X-Git-Tag: v3.1.19~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=77acbd600921abbb4557b07b5ef9bd73a987428b;hp=17a46b32589d123169cd78ca5a58a557017a016c;p=poolifier.git build(ci): use latest in matrix node version Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76dda13..33d39570 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', '21.x'] + node: ['18.x', '20.x', 'latest'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }}