File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 run : yarn build
3939
4040 - name : Test
41- run : yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=1700MB # https://github.com/facebook/jest/issues/11956
41+ run : yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=2GB # https://github.com/facebook/jest/issues/11956
4242 env :
4343 CI : true
44+ NODE_OPTIONS : --max_old_space_size=4096
Original file line number Diff line number Diff line change 5858 "@types/jest" : " ^29.2.0" ,
5959 "@types/minimatch" : " ^5.1.2" ,
6060 "@types/node" : " ^18.11.2" ,
61- "jest" : " ^29.3.1 " ,
61+ "jest" : " ^29.7.0 " ,
6262 "prettier" : " ^2.7.1" ,
6363 "rimraf" : " ^5.0.5" ,
6464 "standard-version" : " ^9.5.0" ,
6565 "@types/ts-expose-internals" : " npm:ts-expose-internals@4.9.4" ,
66- "ts-jest" : " ^29.0.3 " ,
66+ "ts-jest" : " ^29.1.2 " ,
6767 "ts-node" : " ^10.9.1" ,
6868 "ts-patch" : " ^3.1.2" ,
6969 "typescript" : " ^5.3.3"
You can’t perform that action at this time.
0 commit comments