Skip to content

Commit

Permalink
Pin CI to Node 14 (#22665)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acdlite committed Nov 1, 2021
1 parent 6c7ef3f commit 9db8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9db8713

Please sign in to comment.