Skip to content

Commit 2dc8999

Browse files
committed
Use pnpm version specified only as in package.json
1 parent ecfe309 commit 2dc8999

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4
31-
with:
32-
version: 8
3331

3432
- name: Install Dependencies
3533
run: pnpm ci

.github/workflows/test-prs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
24-
with:
25-
version: 8
2624

2725
- run: pnpm ci
2826
- run: pnpm run build

0 commit comments

Comments
 (0)