From c0e117f51226b198e3c3402b6b02f407e90186af Mon Sep 17 00:00:00 2001 From: Ankcorn Date: Fri, 27 Sep 2024 11:42:53 +0100 Subject: [PATCH] WO-202: update wrangler version --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3e2df44..5b500ae 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.78.10"; /** * A configuration object that contains all the inputs & immutable state for the action.