File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - uses : actions/checkout@v4
21+ - uses : pnpm/action-setup@v4
22+ with :
23+ run_install : false
2124 - uses : actions/setup-node@v4
2225 with :
2326 node-version : 18
3336
3437 steps :
3538 - uses : actions/checkout@v4
39+ - uses : pnpm/action-setup@v4
40+ with :
41+ run_install : false
3642 - uses : actions/setup-node@v4
3743 with :
3844 node-version : 18
4753
4854 steps :
4955 - uses : actions/checkout@v4
56+ - uses : pnpm/action-setup@v4
57+ with :
58+ run_install : false
5059 - uses : actions/setup-node@v4
5160 with :
5261 node-version : 18
7483
7584 steps :
7685 - uses : actions/checkout@v2
86+ - uses : pnpm/action-setup@v4
87+ with :
88+ run_install : false
7789 - uses : actions/setup-node@v4
7890 with :
7991 node-version : 18
Original file line number Diff line number Diff line change 107107 "ember-source" : " >= 4.0.0" ,
108108 "qunit" : " *"
109109 },
110+ "packageManager" :
" [email protected] " ,
110111 "engines" : {
111112 "node" : " >= 18"
112113 },
140141 }
141142 },
142143 "volta" : {
143- "node" : " 18.20.7" ,
144- "yarn" : " 1.22.19"
144+ "node" : " 18.20.7"
145145 }
146146}
You can’t perform that action at this time.
0 commit comments