Skip to content

Commit

Permalink
experiment with a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 17, 2024
1 parent 0e2fb1e commit 7688156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Create Release
env:
Expand Down

0 comments on commit 7688156

Please sign in to comment.