Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
This is required to build and deploy to vercel
  • Loading branch information
PabloCastellano committed Oct 7, 2024
1 parent 60b7be7 commit 57a0b2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: ./deploy-blobscan.sh
- uses: actions/checkout@v3
- name: Setup
uses: ./tooling/github/setup
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand All @@ -54,6 +56,8 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: ./deploy-blobscan.sh
- uses: actions/checkout@v3
- name: Setup
uses: ./tooling/github/setup
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand All @@ -79,6 +83,8 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: ./deploy-blobscan.sh
- uses: actions/checkout@v3
- name: Setup
uses: ./tooling/github/setup
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand All @@ -104,6 +110,8 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: ./deploy-blobscan.sh
- uses: actions/checkout@v3
- name: Setup
uses: ./tooling/github/setup
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: ./deploy-blobscan.sh
- uses: actions/checkout@v3
- name: Setup
uses: ./tooling/github/setup
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 57a0b2d

Please sign in to comment.