Skip to content

Commit ca212d5

Browse files
author
Tiran Wijesekara
committed
Remove hardcoded pnpm version from GitHub Actions publish workflow
Relies on `packageManager` field in package.json instead of explicit version pin in workflow configuration.
1 parent bf49c77 commit ca212d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
2321

2422
- uses: actions/setup-node@v4
2523
with:

0 commit comments

Comments
 (0)