Skip to content

Commit 49d75b0

Browse files
committed
fix: pnpm version
1 parent fe224dd commit 49d75b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PNPM
2626
uses: pnpm/action-setup@v2.0.1
2727
with:
28-
version: 7.0.0
28+
version: 8
2929

3030
- name: Install Dependencies
3131
run: pnpm install

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: pnpm/action-setup@v2.2.1
2727
id: pnpm-install
2828
with:
29-
version: 7
29+
version: 8
3030
run_install: false
3131

3232
- name: Get pnpm store directory

0 commit comments

Comments
 (0)