File tree 4 files changed +10475
-8952
lines changed
.github/actions/setup-project
4 files changed +10475
-8952
lines changed Original file line number Diff line number Diff line change 5
5
pnpm-version :
6
6
description : ' The version of pnpm to use for installing dependencies.'
7
7
required : false
8
- default : 8.6.3
8
+ default : 9.10.0
9
9
node-version :
10
10
description : ' The version of Node.js to use for building the project.'
11
11
required : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Thank you for your interest in contributing to GrapesJS! We welcome all types of
7
7
### Prerequisites
8
8
9
9
- Node.js (version 20 LTS)
10
- - pnpm (version 8.6.3 or later)
10
+ - pnpm (version 9.10.0 or later)
11
11
12
12
### Setup
13
13
@@ -21,7 +21,7 @@ Thank you for your interest in contributing to GrapesJS! We welcome all types of
21
21
2 . Install pnpm globally:
22
22
23
23
``` bash
24
- npm install -g pnpm@8.6.3
24
+ npm install -g pnpm@9.10.0
25
25
```
26
26
27
27
3 . Clone the repository:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grapesjs/monorepo" ,
3
3
"version" : " 0.0.0" ,
4
- "packageManager" : " pnpm@8.6.3 " ,
4
+ "packageManager" : " pnpm@9.10.0 " ,
5
5
"scripts" : {
6
6
"start" : " pnpm --filter grapesjs start" ,
7
7
"test" : " pnpm --filter grapesjs test" ,
63
63
},
64
64
"engines" : {
65
65
"node" : " >=20" ,
66
- "pnpm" : " >=8 "
66
+ "pnpm" : " >=9 "
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments