From 4af80b7ed9567e8261cfd97a85c02a4db1b7a13f Mon Sep 17 00:00:00 2001 From: Arushi Kesarwani Date: Thu, 22 Jun 2023 09:53:21 -0700 Subject: [PATCH] Updating Node references in Circle CI (#38003) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38003 Changelog: [General] [Fixed] - Update node version in `prepare_hermes_workspace` Reviewed By: cortinico, NickGerleman Differential Revision: D46905458 fbshipit-source-id: 970c0d2dba8601a8b39176852846aaad94cae24a --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06473be195e..5d18f2ec6f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1139,7 +1139,7 @@ jobs: command: | apt update apt install -y wget git curl - curl -sL https://deb.nodesource.com/setup_16.x | bash - + curl -sL https://deb.nodesource.com/setup_18.x | bash - apt install -y nodejs npm install --global yarn - checkout