Skip to content

Commit

Permalink
fix: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 10, 2024
1 parent d4bf999 commit 09fbd34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
node-version: 20
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

- name: Create Release Pull Request
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 09fbd34

Please sign in to comment.