Skip to content

Commit ff7ed1e

Browse files
CopilotBoshen
andauthored
Fix pnpm version conflict in GitHub Actions workflow (#8)
* Initial plan * Fix pnpm version conflict by removing redundant version in GitHub Actions Co-authored-by: Boshen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Boshen <[email protected]>
1 parent 370efc2 commit ff7ed1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
31-
with:
32-
version: '10'
3331

3432
- name: Install dependencies
3533
run: pnpm install

0 commit comments

Comments
 (0)