Skip to content

Commit

Permalink
Release v1.27.1 (#773)
Browse files Browse the repository at this point in the history
## Release v1.27.1

### 🔁 CI

* **pnpm**: install pnpm during production deployment
  • Loading branch information
antoinezanardi committed Dec 22, 2023
2 parents 596dd02 + 5da4122 commit 107e434
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 107e434

Please sign in to comment.