File tree Expand file tree Collapse file tree 3 files changed +6474
-5102
lines changed
.github/actions/pnpm-setup Expand file tree Collapse file tree 3 files changed +6474
-5102
lines changed Original file line number Diff line number Diff line change 6
6
steps :
7
7
8
8
with :
9
- version : 8 .0.0
9
+ version : 9 .0.5
10
10
11
11
- name : Setup Node.js environment
12
12
uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
cache : ' pnpm'
16
16
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"preinstall" : " npx only-allow pnpm" ,
8
- "first-time-setup" : " npm i -g pnpm@8 .0.0 turbo && pnpm i" ,
8
+ "first-time-setup" : " npm i -g pnpm@9 .0.5 turbo && pnpm i" ,
9
9
"build" : " turbo run build" ,
10
10
"test" : " turbo run test" ,
11
11
"documentation" : " pnpx astro dev --root ./documentation" ,
14
14
"dev" : " turbo run dev --filter ./apps/**"
15
15
},
16
16
"private" : true ,
17
- "packageManager" : " pnpm@8 .0.0 " ,
17
+ "packageManager" : " pnpm@9 .0.5 " ,
18
18
"dependencies" : {
19
19
"tslib" : " ^2.3.0"
20
20
},
28
28
"turbo" : " ^1.9.3" ,
29
29
"typescript" : " ~5.0.2" ,
30
30
"typescript-plugin-styled-components" : " ^2.0.0"
31
+ },
32
+ "engines" : {
33
+ "node" : " 20"
31
34
}
32
35
}
You can’t perform that action at this time.
0 commit comments