mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
1001cf653c
commit
4af80b7ed9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user