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
This commit is contained in:
Arushi Kesarwani
2023-06-22 09:53:21 -07:00
committed by Facebook GitHub Bot
parent 1001cf653c
commit 4af80b7ed9
+1 -1
View File
@@ -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