From f41e128c169a1296595fe1bc480ddede320a8730 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 21 Oct 2021 11:25:51 +0200 Subject: [PATCH] chore(ci): test on node 17 (#11983) --- .circleci/config.yml | 2 +- .github/workflows/nodejs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c2ed2bf9a6b..9c12b4a7f627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,5 +70,5 @@ workflows: partial: true matrix: parameters: - node-version: ['10', '12', '15', '16'] + node-version: ['10', '12', '15', '16', '17'] - test-jest-jasmine diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cfcbc9a1d0ab..a37e014a732d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} needs: prepare-yarn-cache