Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #542 Update sanirize-html to version 2.6.1 #1280

Merged
merged 30 commits into from
Jan 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ blocks:
- checkout && cd ~/git/flowcrypt-ios/
- cache restore && make dependencies && cache store
- mv ~/appium-env ~/git/flowcrypt-ios/appium/.env
- sem-version node 12 && cache restore appium-npm && cd ./appium && npm i && cd .. && cache store appium-npm appium/node_modules
- sem-version node 16 && cache restore appium-npm && cd ./appium && npm i && cd .. && cache store appium-npm appium/node_modules
- brew install ideviceinstaller
- npm install ios-deploy -g --unsafe-perm=true --allow-root
- npm install ios-sim -g --unsafe-perm=true --allow-root
Expand Down Expand Up @@ -68,7 +68,7 @@ blocks:
commands:
- checkout && cd ~/git/flowcrypt-ios/
- cache restore && make dependencies && cache store
- sem-version node 12 && mkdir .custom-npm && cd .custom-npm && npm install npm@7.23.0 && cd ..
- sem-version node 16 && mkdir .custom-npm && cd .custom-npm && npm install npm@8.1.2 && cd ..
jobs:
- name: TypeScript + Swift tests
commands:
Expand Down
Loading