From: Jérôme Benoit Date: Mon, 3 May 2021 07:44:28 +0000 (+0200) Subject: Add node.js version 16.x to the CI test (#333) X-Git-Tag: v2.0.2~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=022955bcc7f259d0b3142629364fb65c1d15e965;p=poolifier.git Add node.js version 16.x to the CI test (#333) Co-authored-by: Shinigami --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df4616e..d64aa212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - name: Checkout