Skip to content

Commit a361ebf

Browse files
Copilothuangyiirene
andcommitted
Fix pnpm version conflict by removing explicit version from workflows
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 50b7d89 commit a361ebf

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

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

2626
- name: Install pnpm
2727
uses: pnpm/action-setup@v4
28-
with:
29-
version: 10
3028

3129
- name: Get pnpm store directory
3230
shell: bash

.github/workflows/release.yml

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

2626
- name: Install pnpm
2727
uses: pnpm/action-setup@v4
28-
with:
29-
version: 10
3028

3129
- name: Get pnpm store directory
3230
shell: bash

0 commit comments

Comments
 (0)