Skip to content

Commit

Permalink
Bump Podfile.lock for 0.72 (#41303)
Browse files Browse the repository at this point in the history
* Update Podfile.lock after the latest release

* Change nodejs version for test_windows
  • Loading branch information
fortmarek authored Nov 3, 2023
1 parent 3a4d79e commit 945c429
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 463 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ jobs:
- run:
name: Install Node JS
# Note: Version set separately for non-Windows builds, see above.
command: choco install nodejs-lts
command: choco install nodejs --version=18.18.0 --allow-downgrade

# Setup Dependencies
- run:
Expand Down
Loading

0 comments on commit 945c429

Please sign in to comment.