Skip to content

Commit

Permalink
fix(ci): setup pnpm (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 authored Feb 20, 2024
1 parent 613e1dd commit 83630cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Install
run: pnpm install
- name: Setup pnpm and install dependencies
uses: pnpm/action-setup@v3
with:
version: 8
run_install: true

- name: Pre-flight
run: |
Expand Down

0 comments on commit 83630cf

Please sign in to comment.