Skip to content

Commit d980467

Browse files
committed
fix: remove pnpm version from workflows (use packageManager)
1 parent 3ad38c5 commit d980467

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- uses: pnpm/action-setup@v4
16-
with:
17-
version: 9
1816

1917
- uses: actions/setup-node@v4
2018
with:
@@ -47,8 +45,6 @@ jobs:
4745
- uses: actions/checkout@v4
4846

4947
- uses: pnpm/action-setup@v4
50-
with:
51-
version: 9
5248

5349
- uses: actions/setup-node@v4
5450
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- uses: pnpm/action-setup@v4
28-
with:
29-
version: 9
3028

3129
- uses: actions/setup-node@v4
3230
with:

0 commit comments

Comments
 (0)