Skip to content

Commit

Permalink
use pnpm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-statsig committed Jan 13, 2024
1 parent caba99f commit c30af13
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
with:
lfs: true
- run: git lfs pull
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.1.0
with:
version: latest
run_install: false
- run: |
pnpm install
version: 7.0.0
run_install: true
- run: |
pnpm build
- name: Deploy to Netlify
Expand Down

0 comments on commit c30af13

Please sign in to comment.