Skip to content

Commit 386207d

Browse files
committed
♻️ refactor: remove the pnpm version from action to use only the version in the package.json
1 parent d4f14b8 commit 386207d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/shared-build/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ runs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2929
with:
30-
version: 10
3130
run_install: false
3231

3332
- name: Verify pnpm is available

proj_main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Install pnpm
3737
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3838
with:
39-
version: 10
4039
run_install: false
4140

4241
- name: Verify pnpm is available

0 commit comments

Comments
 (0)