Skip to content

Commit d10aa7d

Browse files
fix: change pnpm version to 10.1.0 in github action
1 parent 385d573 commit d10aa7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: pnpm/action-setup@v4
2424
with:
25-
version: 10
25+
version: 10.1.0
2626

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 10
20+
version: 10.1.0
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)