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