(()=>{var__webpack_modules__={8243:function(e,t,r){"use strict";varn=this&&this.__importDefault||function(e){returne&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});consti=r(3031);consts=n(r(4694));consto=n(r(2759));consta=n(r(1142));constu=n(r(4207));constl=n(r(5659));asyncfunctionmain(){conste=(0,s.default)();constt=(0,i.getState)("is_post");if(t==="true")return(0,l.default)(e);(0,i.saveState)("is_post","true");await(0,a.default)(e);console.log("Installation Completed!");(0,o.default)(e);(0,u.default)(e)}main().catch((e=>{console.error(e);(0,i.setFailed)(e)}))},4694:function(e,t,r){"use strict";varn=this&&this.__importDefault||function(e){returne&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.getInputs=void0;consti=r(3031);consts=n(r(4790));consto=r(5400);consta={required:true};constparseInputPath=e=>(0,s.default)((0,i.getInput)(e,a));constgetInputs=()=>({version:(0,i.getInput)("version"),dest:parseInputPath("dest"),runInstall:(0,o.parseRunInstall)("run_install")});t.getInputs=getInputs;t["default"]=t.getInputs},5400:function(e,t,r){"use strict";varn=this&&this.__importDefault||function(e){returne&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.parseRunInstall=void0;consti=n(r(7282));consts=r(3639);consto=n(r(8438));consta=r(3031);constu=n(r(5379));constl={required:true};functionparseRunInstall(e){constt=(0,s.load)((0,a.getInput)(e,l));constr=newo.default({allErrors:true});constn=r.compile(u.default);if(!n(t)){for(consteofn.errors){(0,a.error)(`with.run_install${e.dataPath}: ${e.message}`)}returni.default.exit(1)}if(!t)return[];if(t===true)return[{recursive:true}];if(Array.isArray(t))returnt;return[t]}t.parseRunInstall=parseRunInstall},1142:function(e,t,r){"use strict";varn=this&&this.__importDefault||function(e){returne&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.install=t.runSelfInstaller=void0;consti=r(3031);consts=n(r(9536));t.runSelfInstaller=s.default;asyncfunctioninstall(e){(0,i.startGroup)("Running self-installer...");constt=await(0,s.default)(e);(0,i.endGroup)();if(t){return(0,i.setFailed)(`Something went wrong, self-installer exits with code ${t}`)}}t.install=install;t["default"]=install},9536:function(e,t,r){"use strict";varn=this&&this.__importDefault||function(e){returne&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.runSelfInstaller=void0;consti=r(3031);consts=r(2081);consto=r(7282);consta=n(r(1017));constu=r(5176);constl=n(r(2043));asyncfunctionrunSelfInstaller(e){const{version:t,dest:r}=e;constn=a.default.join(r,"package.json");letc;if(!t){conste=JSON.parse(await(0,u.readFile)(n,"utf8")).packageManager;if(e){if(!e.startsWith("pnpm@")){thrownewError("packageManager field is not pnpm")}c=e}else{thrownewError("None of packageManager (in package.json) or version (in action config) is defined")}}else{c=`pnpm@${t}`}await(0,u.remove)(r);await(0,u.ensureFile)(n);await(0,u.writeFile)(n,JSON.stringify({private:true}));constf=(0,s.spawn)(o.execPath,["-","install",c,"--no-lockfile"],{cwd:r,stdio:["pipe","inherit","inherit"]});constd=await(0,l.default)("https://get.pnpm.io/v6.16.js");if(!d.body)thrownewError("Did not receive response body");d.body.pipe(f.stdin);constp=awaitnewPromise(((e,t)=>{f.on("error",t);f.on("close",e)}));if(p===0){conste=a.default.join(r,"node_modules/.bin");(0,i.addPath)(e);(0,i.exportVariable)("PNPM_HOME",e)}returnp}t.runSelfInstaller=runSelfInstaller;t["default"]=runSelfInstaller},2759:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.setOutputs=void0;constn=r(3031);consti=r(6392);functionsetOutputs(e){constt=(0,i.getBinDest)(e);(0,n.addPath)(t);(0,n.setOutput)("dest",e.dest);(0,n.setOutput)("bin_dest",t)}t.setOutputs=setOutputs;t["default"]=setOutputs},4207:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.runPnpmInstall=void0;constn=r(2081);consti=r(3031);consts=r(6392);functionrun
/*!
* depd
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/
varcallSiteToString=__nccwpck_require__(2775).callSiteToString;vareventListenerCount=__nccwpck_require__(2775).eventListenerCount;varrelative=__nccwpck_require__(1017).relative;module.exports=depd;varbasePath=process.cwd();functioncontainsNamespace(e,t){varr=e.split(/[ ,]+/);varn=String(t).toLowerCase();for(vari=0;i<r.length;i++){vars=r[i];if(s&&(s==="*"||s.toLowerCase()===n)){returntrue}}returnfalse}functionconvertDataDescriptorToAccessor(e,t,r){varn=Object.getOwnPropertyDescriptor(e,t);vari=n.value;n.get=functiongetter(){returni};if(n.writable){n.set=functionsetter(e){returni=e}}deleten.value;deleten.writable;Object.defineProperty(e,t,n);returnn}functioncreateArgumentsString(e){vart="";for(varr=0;r<e;r++){t+=", arg"+r}returnt.substr(2)}functioncreateStackString(e){vart=this.name+": "+this.namespace;if(this.message){t+=" deprecated "+this.message}for(varr=0;r<e.length;r++){t+="\n at "+callSiteToString(e[r])}returnt}functiondepd(e){if(!e){thrownewTypeError("argument namespace is required")}vart=getStack();varr=callSiteLocation(t[1]);varn=r[0];functiondeprecate(e){log.call(deprecate,e)}deprecate._file=n;deprecate._ignored=isignored(e);deprecate._namespace=e;deprecate._traced=istraced(e);deprecate._warned=Object.create(null);deprecate.function=wrapfunction;deprecate.property=wrapproperty;returndeprecate}functionisignored(e){if(process.noDeprecation){returntrue}vart=process.env.NO_DEPRECATION||"";returncontainsNamespace(t,e)}functionistraced(e){if(process.traceDeprecation){returntrue}vart=process.env.TRACE_DEPRECATION||"";returncontainsNamespace(t,e)}functionlog(e,t){varr=eventListenerCount(process,"deprecation")!==0;if(!r&&this._ignored){return}varn;vari;vars;varo;vara=0;varu=false;varl=getStack();varc=this._file;if(t){o=t;s=callSiteLocation(l[1]);s.name=o.name;c=s[0]}else{a=2;o=callSiteLocation(l[a]);s=o}for(;a<l.length;a++){n=callSiteLocation(l[a]);i=n[0];if(i===c){u=true}elseif(i===this._file){c=this._file}elseif(u){break}}varf=n?o.join(":")+"__"+n.join(":"):undefined;if(f!==undefined&&finthis._warned){return}this._warned[f]=true;vard=e;if(!d){d=s===o||!s.name?defaultMessage(o):defaultMessage(s)}if(r){varp=DeprecationError(this._namespace,d,l.slice(a));process.emit("deprecation",p);return}varh=process.stderr.isTTY?formatColor:formatPlain;varm=h.call(this,d,n,l.slice(a));process.stderr.write(m+"\n","utf8")}functioncallSiteLocation(e){vart=e.getFileName()||"<anonymous>";varr=e.getLineNumber();varn=e.getColumnNumber();if(e.isEval()){t=e.getEvalOrigin()+", "+t}vari=[t,r,n];i.callSite=e;i.name=e.getFunctionName();returni}functiondefaultMessage(e){vart=e.callSite;varr=e.name;if(!r){r="<anonymous@"+formatLocation(e)+">"}varn=t.getThis();vari=n&&t.getTypeName();if(i==="Object"){i=undefined}if(i==="Function"){i=n.name||i}returni&&t.getMethodName()?i+"."+r:r}functionformatPlain(e,t,r){varn=(newDate).toUTCString();vari=n+" "+this._namespace+" deprecated "+e;if(this._traced){for(vars=0;s<r.length;s++){i+="\n at "+callSiteToString(r[s])}returni}if(t){i+=" at "+formatLocation(t)}returni}functionformatColor(e,t,r){varn="[36;1m"+this._namespace+"[22;39m"+" [33;1mdeprecated[22;39m"+" [0m"+e+"[39m";if(this._traced){for(vari=0;i<r.length;i++){n+="\n [36mat "+callSiteToString(r[i])+"[39m"}returnn}if(t){n+=" [36m"+formatLocation(t)+"[39m"}returnn}functionformatLocation(e){returnrelative(basePath,e[0])+":"+e[1]+":"+e[2]}functiongetStack(){vare=Error.stackTraceLimit;vart={};varr=Error.prepareStackTrace;Error.prepareStackTrace=prepareObjectStackTrace;Error.stackTraceLimit=Math.max(10,e);Error.captureStackTrace(t);varn=t.stack.slice(1);Error.prepareStackTrace=r;Error.stackTraceLimit=e;returnn}functionprepareObjectStackTrace(e,t){returnt}functionwrapfunction(fn,message){if(typeoffn!=="function"){thrownewTypeError("argument fn must be a function")}varargs=createArgumentsString(fn.length);vardeprecate=this;varstack=getStack();varsite=callSiteLocation(stack[1]);site.name=fn.name;vardeprecatedfn=eval("(function ("+args+") {\