Skip to content

Commit 9110614

Browse files
committed
ci: remove hardcoded pnpm version from workflows
1 parent 8725eab commit 9110614

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish.yml

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

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: '10.12.1'
2826

2927
- name: Install dependencies
3028
run: pnpm install --frozen-lockfile

.github/workflows/release.yml

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

2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@v4
30-
with:
31-
version: '10.12.1'
3230

3331
- name: Install dependencies
3432
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)