Skip to content

Commit

Permalink
Replace BitRise asdf yarn with corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Apr 18, 2024
1 parent 8f72a70 commit ca97341
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions bitrise.yml
Expand Up @@ -200,15 +200,13 @@ workflows:
inputs:
- content: |-
#!/usr/bin/env bash
echo "Node and Yarn being installed"
echo "Node being installed"
asdf list all nodejs
asdf install nodejs "$NODE_VERSION"
asdf global nodejs "$NODE_VERSION"
asdf plugin add yarn
asdf list all yarn
asdf install yarn "$YARN_VERSION"
asdf global yarn "$YARN_VERSION"
title: Install node and yarn
echo "Corepack being enabled"
corepack enable
title: Install node and enable corepack

# Notifications utility workflows
# Provides values for commit or branch message and path depending on commit env setup initialised or not
Expand Down

0 comments on commit ca97341

Please sign in to comment.