change url to archive mirror
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
interface Options {
|
||||
exitCode: number;
|
||||
message: (version: string) => string;
|
||||
}
|
||||
|
||||
declare function pleaseUpgradeNode(
|
||||
pkg: Record<string, unknown>,
|
||||
opts?: Partial<Options>
|
||||
): void;
|
||||
|
||||
export = pleaseUpgradeNode;
|
||||
Reference in New Issue
Block a user