File tree Expand file tree Collapse file tree 4 files changed +6935
-5474
lines changed Expand file tree Collapse file tree 4 files changed +6935
-5474
lines changed Original file line number Diff line number Diff line change 13
13
# Install pnpm. https://github.com/pnpm/action-setup
14
14
- uses : pnpm/action-setup@v4
15
15
with :
16
- version : 8
16
+ version : 9
17
17
# run_install: false
18
18
19
19
# Get pnpm store path so we can cache it
Original file line number Diff line number Diff line change 88
88
- name : Setup pnpm
89
89
uses : pnpm/action-setup@v4
90
90
with :
91
- version : 8
91
+ version : 9
92
92
93
93
- name : Set up NodeJS v18
94
94
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
7
- "workspaces" : [
8
- " packages/*"
9
- ],
10
7
"scripts" : {
11
8
"dev" : " turbo run dev" ,
12
9
"build" : " turbo run build" ,
29
26
},
30
27
"engines" : {
31
28
"node" : " >=18" ,
32
- "pnpm" : " >=8 < 9"
29
+ "pnpm" : " >=9"
33
30
}
34
31
}
You can’t perform that action at this time.
0 commit comments