File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # When Chrome version is specified, we pin to a specific version of Chrome
3232 # Comment this out to use the latest release
3333 # CHROME_VERSION: "90.0.4430.212-1"
34+ # Bump Node heap size (OOM in CI after upgrading to Angular 15)
35+ NODE_OPTIONS : ' --max-old-space-size=4096'
3436 strategy :
3537 # Create a matrix of Node versions to test against (in parallel)
3638 matrix :
Original file line number Diff line number Diff line change 199199 "sass-resources-loader" : " ^2.2.5" ,
200200 "ts-node" : " ^8.10.2" ,
201201 "typescript" : " ~4.8.4" ,
202+ "webpack" : " 5.76.1" ,
202203 "webpack-bundle-analyzer" : " ^4.8.0" ,
203204 "webpack-cli" : " ^4.2.0" ,
204205 "webpack-dev-server" : " ^4.13.3"
Original file line number Diff line number Diff line change 22 "extends" : " ./tsconfig.app.json" ,
33 "compilerOptions" : {
44 "outDir" : " ./out-tsc/app-server" ,
5- "target" : " es2016 " ,
5+ "target" : " ES2022 " ,
66 "types" : [
77 " node" ,
88 " grecaptcha"
You can’t perform that action at this time.
0 commit comments