WO-202: update wrangler version

This commit is contained in:
Ankcorn 2024-09-27 11:42:53 +01:00
parent bcff5386ec
commit c0e117f512
No known key found for this signature in database
GPG key ID: BB82F3EDD4928C0A

View file

@ -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.