From 6fcdb1e8635aae7a9ff6400b571b4763b5c44649 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 21 Apr 2021 12:21:22 +0200 Subject: [PATCH] chore: add node v16 to CI (#11318) --- .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 68994ee42c8d..42241a70c7d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,5 +70,5 @@ workflows: partial: true matrix: parameters: - node-version: ['10', '12', '15'] + node-version: ['10', '12', '15', '16'] - test-jest-jasmine diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index daad7b7cb6e2..cd1120ab344e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -85,7 +85,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} needs: prepare-yarn-cache