File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ jobs:
111111 run : |
112112 set -ex
113113 dep_constraints=''
114- dev_requirements='jest jest-junit imurmurhash fast-glob'
114+ dev_requirements='c8 jest jest-junit imurmurhash fast-glob'
115115 # as long as npm cannot auto-resolve engine-constraints, we need to help here
116116 case '${{ matrix.node-version }}' in
117117 '14')
118118 dep_constraints='normalize-package-data@^5'
119119 ;;
120120 '14.0.0')
121121 dep_constraints='normalize-package-data@^3'
122- dev_requirements='jest@^26 jest-junit imurmurhash fast-glob'
122+ dev_requirements='c8@^8 jest@^26 jest-junit imurmurhash fast-glob'
123123 # cannot run snapshot-compare with old versions ...
124124 rm -rf tests/integration/__snapshots__/
125125 ;;
Original file line number Diff line number Diff line change 5757 "devDependencies" : {
5858 "@types/node" : " ts5.3" ,
5959 "@types/normalize-package-data" : " ^2.4.1" ,
60- "c8" : " ^8.0.1 " ,
60+ "c8" : " ^8||^9 " ,
6161 "eslint" : " 8.56.0" ,
6262 "eslint-config-standard" : " 17.1.0" ,
6363 "eslint-config-standard-with-typescript" : " 43.0.0" ,
You can’t perform that action at this time.
0 commit comments