Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CircleCI tool versions #2304

Merged
merged 2 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: 2.1
parameters:
xcode_version:
type: string
default: "13.3.1"
default: "13.4.1"
ios_current_version:
type: string
default: "15.4"
default: "15.5"
ios_previous_version:
type: string
default: "14.5"
ios_sdk:
type: string
default: "iphonesimulator15.4"
default: "iphonesimulator15.5"
macos_version: # The user-facing version string for macOS builds
type: string
default: "12.3.1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-node-v12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
echo nvm install v12.22.10 >> $BASH_ENV
echo nvm use v16.14.2 >> $BASH_ENV
echo nvm use v16.15.1 >> $BASH_ENV