From e30601df8a89c1a83a6fdb2eb1c8e0eea5cd42cf Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 27 Oct 2021 20:27:05 +0200 Subject: [PATCH] ci: test with Node.js 17.x (#3274) --- .github/workflows/ci.yml | 2 +- .github/workflows/companion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfbff1662..069edbc98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 17.x] steps: - name: Checkout sources uses: actions/checkout@v2 diff --git a/.github/workflows/companion.yml b/.github/workflows/companion.yml index c0fd1c4b6..7c85fcfca 100644 --- a/.github/workflows/companion.yml +++ b/.github/workflows/companion.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.20.1, 12.x, 14.x, 16.x] + node-version: [10.20.1, 12.x, 14.x, 16.x, 17.x] steps: - name: Checkout sources uses: actions/checkout@v2