Skip to content

Commit

Permalink
fix: yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Nov 4, 2024
1 parent 64cb7b4 commit e106114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project settings CircleCI. Then include the following in your `.circleci/config.
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].34
build: mojaloop/[email protected].35
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/commands/configure_nvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ steps:
nvm install $NVMRC_VERSION
nvm alias default $NVMRC_VERSION
nvm use $NVMRC_VERSION
cd $CIRCLE_WORKING_DIRECTORY
if [ -f "yarn.lock" ]; then
echo "==> Installing Yarn"
npm install -g yarn
fi
cd $CIRCLE_WORKING_DIRECTORY
else
echo "==> ERROR - NVMRC_VERSION has not been set! - NVMRC_VERSION: $NVMRC_VERSION"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion src/examples/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].34
build: mojaloop/[email protected].35
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
build: mojaloop/[email protected].34
build: mojaloop/[email protected].35
parameters:
git_tag:
type: string
Expand Down

0 comments on commit e106114

Please sign in to comment.