Skip to content

Commit

Permalink
Setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Mar 25, 2024
1 parent c1b5322 commit 3435819
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
repository: darwinia-network/devops
path: .github

- uses: pnpm/action-setup@v3
with:
version: 8

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
id: smart-vercel
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
repository: darwinia-network/devops
path: .github

- uses: pnpm/action-setup@v3
with:
version: 8

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
id: smart-vercel
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
repository: darwinia-network/devops
path: .github

- uses: pnpm/action-setup@v3
with:
version: 8

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
id: smart-vercel
Expand Down

0 comments on commit 3435819

Please sign in to comment.