Skip to content

Commit 97a008a

Browse files
committed
fix: remove duplicated pnpm version from workflows
1 parent 3027c13 commit 97a008a

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: pnpm/action-setup@v4
16-
with:
17-
version: 10.32.1
1816
- uses: actions/setup-node@v4
1917
with:
2018
node-version: 22

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: pnpm/action-setup@v4
23-
with:
24-
version: 10.32.1
2523
- uses: actions/setup-node@v4
2624
with:
2725
node-version: 22
@@ -51,8 +49,6 @@ jobs:
5149
with:
5250
components: rustfmt, clippy
5351
- uses: pnpm/action-setup@v4
54-
with:
55-
version: 10.32.1
5652
- uses: actions/setup-node@v4
5753
with:
5854
node-version: 22

0 commit comments

Comments
 (0)