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 38
38
run : yarn build
39
39
40
40
- 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
42
42
env :
43
43
CI : true
44
+ NODE_OPTIONS : --max_old_space_size=4096
Original file line number Diff line number Diff line change 58
58
"@types/jest" : " ^29.2.0" ,
59
59
"@types/minimatch" : " ^5.1.2" ,
60
60
"@types/node" : " ^18.11.2" ,
61
- "jest" : " ^29.3.1 " ,
61
+ "jest" : " ^29.7.0 " ,
62
62
"prettier" : " ^2.7.1" ,
63
63
"rimraf" : " ^5.0.5" ,
64
64
"standard-version" : " ^9.5.0" ,
65
65
"@types/ts-expose-internals" : " npm:ts-expose-internals@4.9.4" ,
66
- "ts-jest" : " ^29.0.3 " ,
66
+ "ts-jest" : " ^29.1.2 " ,
67
67
"ts-node" : " ^10.9.1" ,
68
68
"ts-patch" : " ^3.1.2" ,
69
69
"typescript" : " ^5.3.3"
You can’t perform that action at this time.
0 commit comments