Skip to content

Commit 5e4d618

Browse files
authored
Merge pull request #77 from winjs-dev/renovate/pnpm-10.x
chore(deps): update pnpm to v10.15.1
2 parents 638035c + 7fdeb04 commit 5e4d618

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: 安装 pnpm
3232
uses: pnpm/action-setup@v4
3333
with:
34-
version: 8
34+
version: 10
3535

3636
- name: 获取 pnpm store 目录
3737
shell: bash
@@ -85,7 +85,7 @@ jobs:
8585
- name: 安装 pnpm
8686
uses: pnpm/action-setup@v4
8787
with:
88-
version: 8
88+
version: 10
8989

9090
- name: 安装依赖
9191
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: 安装 pnpm
4343
uses: pnpm/action-setup@v4
4444
with:
45-
version: 8
45+
version: 10
4646

4747
- name: 获取 pnpm store 目录
4848
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 安装 pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 8
37+
version: 10
3838

3939
- name: 获取 pnpm store 目录
4040
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A collection of utils by winner fed",
44
"version": "2.0.9",
55
"type": "module",
6-
"packageManager": "pnpm@10.14.0",
6+
"packageManager": "pnpm@10.15.1",
77
"author": {
88
"name": "winner-fed",
99
"email": "cloudbroker@163.com"

0 commit comments

Comments
 (0)