Skip to content

Commit 91e84e5

Browse files
committed
OPS: Avoid duplicate constraint of pnpm version
1 parent a14985d commit 91e84e5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 9
2726
run_install: false
2827

2928
- name: Setup Node.js (with pnpm cache)

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 9
2726
run_install: false
2827

2928
- name: Setup Node.js (with pnpm cache + npm registry)

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 9
3130
run_install: false
3231

3332
- name: Setup Node.js (with pnpm cache)

0 commit comments

Comments
 (0)