diff --git a/src/index.ts b/src/index.ts index e864fff..9f5d652 100755 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ import { exec, execShell } from "./exec"; import { checkWorkingDirectory, semverCompare } from "./utils"; import { getPackageManager } from "./packageManagers"; -const DEFAULT_WRANGLER_VERSION = "3.13.2"; +const DEFAULT_WRANGLER_VERSION = "3.30.0"; /** * A configuration object that contains all the inputs & immutable state for the action.