From e93dba5666c982d257197a7c3dcef88cb60579f4 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 15 Feb 2022 12:50:08 +0100 Subject: [PATCH] chore(ci): run circle with node 14, not 16 twice --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2531d1f6416..1a2fff477d5c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,5 +68,5 @@ workflows: partial: true matrix: parameters: - node-version: ['12', '16', '17'] + node-version: ['12', '14', '17'] - test-jest-jasmine