Skip to content
Discussion options

You must be logged in to vote

Hello @unbegrenzt, to use a specific version of Yarn, just uninstall the preinstalled version and install the one you need using npm.

    android-workflow:
        name: Android Workflow
        max_build_duration: 120
        instance_type: mac_mini_m2
        scripts:
          - name: yarn install 
            script: |
              sudo npm uninstall -g yarn
              npm install -g [email protected]
              yarn --version

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants