mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-12 06:04:29 +02:00
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