File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ ubuntu-latest, windows-latest ]
11
- node-version : [ 16.x, 18.x ]
11
+ # Node 16.10 due to https://github.com/facebook/jest/issues/11956
12
+ node-version : [ 16.10.x, 18.x ]
12
13
13
14
steps :
14
15
- name : Checkout
38
39
run : yarn build
39
40
40
41
- name : Test
41
- run : yarn test
42
+ run : yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=1700MB # https://github.com/facebook/jest/issues/11956
42
43
env :
43
44
CI : true
Original file line number Diff line number Diff line change 55
55
"@types/jest" : " ^29.2.0" ,
56
56
"@types/minimatch" : " ^5.1.2" ,
57
57
"@types/node" : " ^18.11.2" ,
58
- "jest" : " ^29.2 .1" ,
58
+ "jest" : " ^29.3 .1" ,
59
59
"prettier" : " ^2.7.1" ,
60
60
"rimraf" : " ^3.0.2" ,
61
61
"standard-version" : " ^9.5.0" ,
62
- "@types/ts-expose-internals" : " npm:ts-expose-internals@4.8 .4" ,
62
+ "@types/ts-expose-internals" : " npm:ts-expose-internals@4.9 .4" ,
63
63
"ts-jest" : " ^29.0.3" ,
64
64
"ts-node" : " ^10.9.1" ,
65
65
"ts-patch" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 701
701
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
702
702
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
703
703
704
- " @types/ts-expose-internals@npm:ts-expose-internals@4.8 .4 " :
705
- version "4.8 .4"
706
- resolved "https://registry.yarnpkg.com/ts-expose-internals/-/ts-expose-internals-4.8 .4.tgz#7bb1ef4ef0b42a22f4430f6e2b89fffc9fa6e7d1 "
707
- integrity sha512-DhGmD9ijXQ+2Zdz+MhVMKZIGFHx4imaHln1l+q8Bd7vNK2iuXRD88UujrJ7VEDZhI5mAr5gwrkQW0d3Wl9EsGw ==
704
+ " @types/ts-expose-internals@npm:ts-expose-internals@4.9 .4 " :
705
+ version "4.9 .4"
706
+ resolved "https://registry.yarnpkg.com/ts-expose-internals/-/ts-expose-internals-4.9 .4.tgz#d7836b0ecd174af17ba0038c0840efa5a2d21654 "
707
+ integrity sha512-qHR+gMYDv45VSikUwg7CG8NXXXED2EspZ/WnZN1eQJEIlyzUHw3YIrzrKv47NQCaXKGvp01kZFlQ3y8BCGTahw ==
708
708
709
709
" @types/yargs-parser@* " :
710
710
version "21.0.0"
@@ -2120,7 +2120,7 @@ jest-worker@^29.3.1:
2120
2120
merge-stream "^2.0.0"
2121
2121
supports-color "^8.0.0"
2122
2122
2123
- jest@^29.2 .1 :
2123
+ jest@^29.3 .1 :
2124
2124
version "29.3.1"
2125
2125
resolved "https://registry.yarnpkg.com/jest/-/jest-29.3.1.tgz#c130c0d551ae6b5459b8963747fed392ddbde122"
2126
2126
integrity sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==
You can’t perform that action at this time.
0 commit comments