Skip to content

Commit

Permalink
codemagic ci to install semver@7.6.0 globally using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jun 12, 2024
1 parent de487ae commit 38f18f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ definitions:
- &install_global_packages
name: Installing global packages
script: npm install -g semver@7.6.0 yarn @sentry/cli node-gyp zx yarn --force
script: |
npm install -g semver@7.6.0 yarn @sentry/cli node-gyp zx yarn --force
yarn global add semver@7.6.0
- &install_app_packages
name: Installing app packages
Expand Down

0 comments on commit 38f18f6

Please sign in to comment.