Skip to content

Commit

Permalink
setup to use yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 9, 2023
1 parent 04866e3 commit c5ffa2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
key: code-${{ github.sha }}
restore-keys: |
code-${{ github.sha }}
- name: "yarn3"
run : corepack enable && yarn set version berry
- name: Install yarn dependencies
run: git config --global url."https://".insteadOf ssh:// && yarn install
if: steps.cache_node.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c5ffa2d

Please sign in to comment.