Skip to content

Commit 066524b

Browse files
committed
feat(deps): update pnpm to v9.15.0
1 parent 9ea91ba commit 066524b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: PNPM Install
4646
uses: pnpm/action-setup@v4
4747
with:
48-
version: 9.6.0
48+
version: 9.15.0
4949

5050
# 安装Node环境
5151
- name: Install Node.js
@@ -92,7 +92,7 @@ jobs:
9292
- name: PNPM Install
9393
uses: pnpm/action-setup@v4
9494
with:
95-
version: 9.6.0
95+
version: 9.15.0
9696

9797
# 安装Node环境
9898
- name: Install Node.js

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: PNPM Install
4848
uses: pnpm/action-setup@v4
4949
with:
50-
version: 9.6.0
50+
version: 9.15.0
5151

5252
# 安装Node环境
5353
- name: Install Node.js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "JavaScriptCollection",
33
"type": "module",
44
"version": "0.0.2-alpha.24",
5-
"packageManager": "pnpm@9.6.0",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {
88
"name": "微信公众号:储凡",
@@ -12,7 +12,7 @@
1212
},
1313
"engines": {
1414
"node": ">=18.x",
15-
"pnpm": "9.6.0"
15+
"pnpm": "9.15.0"
1616
},
1717
"scripts": {
1818
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",

0 commit comments

Comments
 (0)