Skip to content

Commit 4b927a2

Browse files
committed
ci: remove redundant pnpm version in workflows
The version is already specified in the package.json and the workflow fails because of this.
1 parent 8cb8580 commit 4b927a2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yaml

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

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

3432
- name: Setup Gradle
3533
uses: gradle/actions/setup-gradle@v3

.github/workflows/publish.yaml

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

3131
- name: Set up pnpm
3232
uses: pnpm/action-setup@v4
33-
with:
34-
version: 10
3533

3634
- name: Setup Gradle
3735
uses: gradle/actions/setup-gradle@v3

0 commit comments

Comments
 (0)