Skip to content

Commit

Permalink
ci(pnpm): install pnpm during production deployment (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Dec 22, 2023
1 parent afcb096 commit dd27889
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit dd27889

Please sign in to comment.