From: Jérôme Benoit Date: Wed, 19 Apr 2023 18:32:17 +0000 (+0200) Subject: build(ci): switch to node 20.x X-Git-Tag: v2.4.11~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1df0a8db6540a131e2a351e103a4a475e5c39c1c;p=poolifier.git build(ci): switch to node 20.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac925051..9afb4a24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '19.x'] + node: ['16.x', '18.x', '20.x'] steps: - name: Checkout