Skip to content

Commit

Permalink
upgrade yarn for localdb
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Oct 6, 2022
1 parent ee0d899 commit e6ed472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ jobs:
steps:
- attach_workspace:
at: /tmp/
- run:
name: "Upgrade yarn"
command: |
sudo npm install --global [email protected] --force
# - run:
# # needed to get python3 on the path (https://discuss.circleci.com/t/pyenv-pyvenv-command-not-found/4087/2)
# name: Add python3 to path [corrects bug in circle ci image and may be removed in the future]
Expand Down

0 comments on commit e6ed472

Please sign in to comment.