From: Jérôme Benoit Date: Wed, 20 Apr 2022 15:39:58 +0000 (+0200) Subject: CI: use latest node.js stable version X-Git-Tag: v2.2.1~80 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=50a18c89b8aad7194d3b6293cbec3880c21c7f6b;p=poolifier.git CI: use latest node.js stable version Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba23789..6f9a58de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node: ['14.x', '16.x', '17.x'] + node: ['14.x', '16.x', '18.x'] steps: - name: Checkout