From 34c9fa93eddaa29315fe94cc03a5cf5408ae3b9f Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Tue, 18 Oct 2022 15:53:09 -0700 Subject: [PATCH] fix(repo): use LTS version of Node not latest (#12703) --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91eaf72b0d..2a2165f0f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,8 @@ commands: - run: command: sudo apt-get install -y ca-certificates - node/install: - node-version: 'latest' + # Use LTS version + node-version: '' - run-yarn-install: os: << parameters.os >> - when: