File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ const config: Config = {
9393 "^@actions/exec/lib/(.*)$" : "<rootDir>/node_modules/@actions/exec/lib/$1" ,
9494 "^@actions/http-client$" : "<rootDir>/node_modules/@actions/http-client/lib/index.js" ,
9595 "^@actions/http-client/lib/(.*)$" : "<rootDir>/node_modules/@actions/http-client/lib/$1" ,
96+ "^@actions/tool-cache$" : "<rootDir>/node_modules/@actions/tool-cache/lib/tool-cache.js" ,
97+ "^@actions/tool-cache/lib/(.*)$" : "<rootDir>/node_modules/@actions/tool-cache/lib/$1" ,
9698 } ,
9799
98100 // An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Original file line number Diff line number Diff line change 5858 "eslint-plugin-github" : " ^6.0.0" ,
5959 "eslint-plugin-prettier" : " ^5.5.5" ,
6060 "jest" : " ^30.2.0" ,
61- "jest-environment-node" : " ^30.2.0" ,
62- "jest-resolve" : " ^30.2.0" ,
61+
6362 "prettier" : " ^3.8.1" ,
6463 "ts-jest" : " ^29.4.6" ,
6564 "ts-json-schema-generator" : " 2.4.0" ,
You can’t perform that action at this time.
0 commit comments