Skip to content

Commit 5bdef86

Browse files
author
Marvin Zhang
committed
chore: remove version specification for pnpm action in CI workflows
1 parent 9ac66b7 commit 5bdef86

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515

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

2018
- name: Setup Node.js
2119
uses: actions/setup-node@v4

.github/workflows/copilot-setup-steps.yml

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

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

3432
- name: Set up Node.js
3533
uses: actions/setup-node@v4

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515

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

2018
- uses: actions/setup-node@v4
2119
with:

0 commit comments

Comments
 (0)