Skip to content

Commit

Permalink
chore: update Node.js version to 23 in CI post-clone script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Dec 23, 2024
1 parent f1d8a02 commit 4306416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ echo "===== Installling CocoaPods ====="
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew install cocoapods
echo "===== Installing Node.js ====="
brew install node@22
brew link node@22
brew install node@23
brew link node@23
node -v
npm -v

Expand Down

0 comments on commit 4306416

Please sign in to comment.