Skip to content

Commit

Permalink
chore: update pnpm to v7.x ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Nov 21, 2022
1 parent 05b95f4 commit 945bac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7.16.1
version: 7
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.16.1
version: 7
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 945bac7

Please sign in to comment.