Skip to content

Commit 0d7ba10

Browse files
committed
ci: let pnpm/action-setup read version from package.json packageManager
1 parent 1293c19 commit 0d7ba10

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: pnpm/action-setup@v4
24-
with:
25-
version: 10
2624
- uses: actions/setup-node@v4
2725
with:
2826
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: pnpm/action-setup@v4
18-
with:
19-
version: 10
2018
- uses: actions/setup-node@v4
2119
with:
2220
node-version: 20
@@ -40,8 +38,6 @@ jobs:
4038
with:
4139
fetch-depth: 0
4240
- uses: pnpm/action-setup@v4
43-
with:
44-
version: 10
4541
- uses: actions/setup-node@v4
4642
with:
4743
node-version: 20

0 commit comments

Comments
 (0)