Skip to content

Commit 69d0a39

Browse files
committed
Let pnpm action use version in package.json
1 parent b11c770 commit 69d0a39

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
ssh://git@github.com/
1919
2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
2321

2422
- name: Use Node.js 24
2523
uses: actions/setup-node@v4

.github/workflows/release-on-tag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
ssh://git@github.com/
2929
3030
- uses: pnpm/action-setup@v4
31-
with:
32-
version: 10
3331

3432
- name: Install dependencies and run webpack
3533
run: |

0 commit comments

Comments
 (0)