File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
- name : PNPM Install
46
46
uses : pnpm/action-setup@v4
47
47
with :
48
- version : 9.6 .0
48
+ version : 9.15 .0
49
49
50
50
# 安装Node环境
51
51
- name : Install Node.js
92
92
- name : PNPM Install
93
93
uses : pnpm/action-setup@v4
94
94
with :
95
- version : 9.6 .0
95
+ version : 9.15 .0
96
96
97
97
# 安装Node环境
98
98
- name : Install Node.js
Original file line number Diff line number Diff line change 47
47
- name : PNPM Install
48
48
uses : pnpm/action-setup@v4
49
49
with :
50
- version : 9.6 .0
50
+ version : 9.15 .0
51
51
52
52
# 安装Node环境
53
53
- name : Install Node.js
Original file line number Diff line number Diff line change 2
2
"name" : " JavaScriptCollection" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.0.2-alpha.24" ,
5
- "packageManager" : " pnpm@9.6 .0" ,
5
+ "packageManager" : " pnpm@9.15 .0" ,
6
6
"description" : " 一本有趣的JavaScript合集" ,
7
7
"authorInfo" : {
8
8
"name" : " 微信公众号:储凡" ,
12
12
},
13
13
"engines" : {
14
14
"node" : " >=18.x" ,
15
- "pnpm" : " 9.6 .0"
15
+ "pnpm" : " 9.15 .0"
16
16
},
17
17
"scripts" : {
18
18
"preinstall" : " npx only-allow pnpm && chmod +x ./scripts/*" ,
You can’t perform that action at this time.
0 commit comments