We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe224dd commit 49d75b0Copy full SHA for 49d75b0
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup PNPM
26
uses: pnpm/action-setup@v2.0.1
27
with:
28
- version: 7.0.0
+ version: 8
29
30
- name: Install Dependencies
31
run: pnpm install
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
uses: pnpm/action-setup@v2.2.1
id: pnpm-install
- version: 7
run_install: false
32
- name: Get pnpm store directory
0 commit comments