Skip to content

Commit

Permalink
OSS Circle CI: upgrade iOS image Node installation to v14 (#32316)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #32316

Other tests/images are already using Node 14, let's upgrade.

Changelog: [Internal]

Reviewed By: hramos

Differential Revision: D31351912

fbshipit-source-id: a42addbf7aa7c2dcbf497519b7af18d0cdb31e65
  • Loading branch information
fkgozali authored and facebook-github-bot committed Oct 1, 2021
1 parent 8b5906d commit fabd253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
- run:
name: Configure Environment Variables
command: |
echo 'export PATH=/usr/local/opt/node@12/bin:$PATH' >> $BASH_ENV
echo 'export PATH=/usr/local/opt/node@14/bin:$PATH' >> $BASH_ENV
source $BASH_ENV
- with_brew_cache_span:
Expand All @@ -380,7 +380,7 @@ jobs:
name: Configure Node
# Sourcing find-node.sh will ensure nvm is set up.
# It also helps future invocation of find-node.sh prevent permission issue with nvm.sh.
command: source scripts/find-node.sh && nvm install 12 && nvm alias default 12
command: source scripts/find-node.sh && nvm install 14 && nvm alias default 14

- run:
name: Configure Watchman
Expand Down

0 comments on commit fabd253

Please sign in to comment.