Skip to content

Commit 04f82e8

Browse files
committed
fix: remove hardcoded pnpm version from frontend deploy workflow
pnpm/action-setup@v4 now reads from package.json packageManager field.
1 parent 15e149e commit 04f82e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 0 additions & 2 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:

0 commit comments

Comments
 (0)