Skip to content

Commit

Permalink
ci: add missing pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Apr 12, 2024
1 parent 4cffd12 commit e8e795f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testnet-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
with:
version: 8

- name: Install dependencies
run: pnpm install
working-directory: contracts

- name: Install Vercel CLI
run: pnpm install --global vercel@canary

Expand Down

0 comments on commit e8e795f

Please sign in to comment.