Skip to content

Commit 9f1b9fa

Browse files
nvm version fix
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent fe4d71e commit 9f1b9fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run:
2828
name: Node Version
2929
command: |
30-
nvm install v22.2.0 && nvm alias default 22.2.0
30+
nvm install v20.2.0 && nvm alias default 20.2.0
3131
- run:
3232
name: Install Appium and Run iOS Test
3333
command: |
@@ -39,7 +39,7 @@ jobs:
3939
echo 'export APP_PATH=$CIRCLE_WORKING_DIRECTORY/ios.zip' >> $BASH_ENV
4040
echo $pwd
4141
echo ls
42-
nvm install v22.2.0 && nvm alias default 22.2.0
42+
nvm install v20.2.0 && nvm alias default 20.2.0
4343
node -v
4444
target_sim_id=$(xcrun simctl list devices available | grep "iPhone 14" | cut -d "(" -f2 | cut -d ")" -f1 | head -n 1)
4545
echo $target_sim_id

0 commit comments

Comments
 (0)