Skip to content

Commit 510c459

Browse files
committed
cicd script change to use node 16
1 parent 683aa90 commit 510c459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
name: Setup iOS env
3232
command: cd v2/src/plugins/codeTypeChecking/iosEnv/ && pod install
3333
no_output_timeout: 30m
34+
- run: nvm install 16 -y
3435
- run:
3536
no_output_timeout: 30m
3637
name: Run build for iOS docs
37-
command: cd v2 && npm run build:ios
38+
command: nvm use 16 && cd v2 && npm run build:ios
3839
- slack/status
3940
code-checking:
4041
environment:

0 commit comments

Comments
 (0)