Skip to content

Commit 9db8713

Browse files
authored
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.
1 parent 6c7ef3f commit 9db8713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
aliases:
44
- &docker
5-
- image: circleci/openjdk:8-jdk-node-browsers
5+
- image: cimg/openjdk:17.0.0-node
66

77
- &environment
88
TZ: /usr/share/zoneinfo/America/Los_Angeles

0 commit comments

Comments
 (0)