Skip to content

Commit 945c429

Browse files
authored
Bump Podfile.lock for 0.72 (#41303)
* Update Podfile.lock after the latest release * Change nodejs version for test_windows
1 parent 3a4d79e commit 945c429

File tree

3 files changed

+472
-463
lines changed

3 files changed

+472
-463
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ jobs:
10391039
- run:
10401040
name: Install Node JS
10411041
# Note: Version set separately for non-Windows builds, see above.
1042-
command: choco install nodejs-lts
1042+
command: choco install nodejs --version=18.18.0 --allow-downgrade
10431043

10441044
# Setup Dependencies
10451045
- run:

0 commit comments

Comments
 (0)