From 1d28a051a65de3a9ed28aff311c35df6700860fc Mon Sep 17 00:00:00 2001 From: Eusebio Trigo Date: Thu, 29 Feb 2024 15:52:09 +0100 Subject: [PATCH] Update default wrangler version to 3.30.0 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.