Skip to content

Commit 63b189b

Browse files
committed
🛠️ (API) Remove version specification for pnpm setup in deployment workflow
1 parent bf855d1 commit 63b189b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Setup pnpm 10
15+
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4
17-
with:
18-
version: 10
1917

2018
- name: Install global dependencies
2119
run: pnpm install

0 commit comments

Comments
 (0)