Skip to content

Commit

Permalink
github/actions: use pnpm 8 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke authored Jul 20, 2024
1 parent 03aee87 commit 0b67a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache-dir
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Makes pnpm work between versions 7 and 8+
# https://github.com/pnpm/pnpm/issues/6649
auto-install-peers=false
1 change: 1 addition & 0 deletions tests/.npmrc

0 comments on commit 0b67a1a

Please sign in to comment.