File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -276,12 +276,13 @@ jobs:
276276 - name : setup library
277277 run : |
278278 set -ex
279+ dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
279280 echo "::group::install prod"
280281 npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
281282 echo "::endgroup::"
282- echo "::endgroup ::install dev"
283+ echo "::group ::install dev"
283284 ## install the needed dev-deps
284- npm i --ignore-scripts --omit=optional --no-save --loglevel=silly mocha c8 npm-run-all2 fast-glob
285+ npm i --ignore-scripts --omit=optional --no-save --loglevel=silly $dev_constraints
285286 echo "::endgroup::"
286287 - name : fetch build artifact
287288 # see https://github.com/actions/download-artifact
Original file line number Diff line number Diff line change 108108 }
109109 },
110110 "devDependencies" : {
111+ "ajv" : " ^8.12.0" ,
112+ "ajv-formats" : " ^3.0.1" ,
113+ "ajv-formats-draft2019" : " ^1.6.1" ,
114+ "libxmljs2" : " ^0.35||^0.37" ,
115+ "xmlbuilder2" : " ^3.0.2" ,
111116 "@types/mocha" : " ^10" ,
112117 "@types/node" : " ts5.7" ,
113118 "@types/spdx-expression-parse" : " ^3" ,
You can’t perform that action at this time.
0 commit comments