Skip to content

Commit

Permalink
chore: install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 11, 2023
1 parent 52668e5 commit 6f93f56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-contracts-abi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@celo'
- name: 'Setup yarn'
shell: bash
run: |
npm install --global yarn
source ~/.bashrc
- name: 'Install packages'
run: yarn
- run: cd packages/protocol
Expand Down

0 comments on commit 6f93f56

Please sign in to comment.