File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3838
3939 test :
4040 needs : [setup]
41- name : Test Packages (${{ matrix.node_version}}
41+ name : Test Packages (${{ matrix.node_version}})
4242 runs-on : ubuntu-latest
4343
4444 strategy :
Original file line number Diff line number Diff line change 7171 "eslint-plugin-simple-import-sort" : " ~10.0.0" ,
7272 "eslint-plugin-unicorn" : " ~45.0.2" ,
7373 "prettier" : " ~2.8.4" ,
74+ "rimraf" : " ~4.1.2" ,
7475 "semantic-release" : " ~20.1.0" ,
7576 "tsx" : " ~3.12.3" ,
7677 "typedoc" : " ~0.23.25" ,
Original file line number Diff line number Diff line change @@ -4164,6 +4164,7 @@ __metadata:
41644164 eslint-plugin-simple-import-sort : ~10.0.0
41654165 eslint-plugin-unicorn : ~45.0.2
41664166 prettier : ~2.8.4
4167+ rimraf : ~4.1.2
41674168 semantic-release : ~20.1.0
41684169 tsx : ~3.12.3
41694170 typedoc : ~0.23.25
@@ -6106,6 +6107,15 @@ __metadata:
61066107 languageName : node
61076108 linkType : hard
61086109
6110+ " rimraf@npm:~4.1.2 " :
6111+ version : 4.1.2
6112+ resolution : " rimraf@npm:4.1.2"
6113+ bin :
6114+ rimraf : dist/cjs/src/bin.js
6115+ checksum : 480b8147fd9bcbef3ac118f88a7b1169c3872977a3411a0c84df838bfc30e175a394c0db6f9619fc8b8a886a18c6d779d5e74f380a0075ecc710afaf81b3f50c
6116+ languageName : node
6117+ linkType : hard
6118+
61096119" run-parallel@npm:^1.1.9 " :
61106120 version : 1.2.0
61116121 resolution : " run-parallel@npm:1.2.0"
You can’t perform that action at this time.
0 commit comments