Skip to content

Commit ae506e2

Browse files
committed
fix: remove pnpm version from workflows to use packageManager field
1 parent 5539bcc commit ae506e2

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup pnpm
21-
uses: pnpm/action-setup@v3
22-
with:
23-
version: 10
21+
uses: pnpm/action-setup@v4
2422

2523
- name: Use Node.js ${{ matrix.node-version }}
2624
uses: actions/setup-node@v4

.github/workflows/docs.yml

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

3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v4
35-
with:
36-
version: 10
3735

3836
- name: Get pnpm store directory
3937
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Setup pnpm
42-
uses: pnpm/action-setup@v3
42+
uses: pnpm/action-setup@v4
4343

4444
- name: Setup Node.js
4545
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)