Skip to content

Commit

Permalink
cicd script change to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jun 25, 2024
1 parent 683aa90 commit 510c459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
name: Setup iOS env
command: cd v2/src/plugins/codeTypeChecking/iosEnv/ && pod install
no_output_timeout: 30m
- run: nvm install 16 -y
- run:
no_output_timeout: 30m
name: Run build for iOS docs
command: cd v2 && npm run build:ios
command: nvm use 16 && cd v2 && npm run build:ios
- slack/status
code-checking:
environment:
Expand Down

0 comments on commit 510c459

Please sign in to comment.