From 9db8713f9d08c1956939e33cc2da25c867748263 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Sun, 31 Oct 2021 21:01:39 -0400 Subject: [PATCH] Pin CI to Node 14 (#22665) CI starting running Node 16, which breaks some of our tests because the error message text for undefined property access has changed. We should pin to Node 14 until we are able to update the messages. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c847fc05f39e..843e2f5fba4a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 aliases: - &docker - - image: circleci/openjdk:8-jdk-node-browsers + - image: cimg/openjdk:17.0.0-node - &environment TZ: /usr/share/zoneinfo/America/Los_Angeles