mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 09:33:23 +01:00
Merge pull request #295 from Ankcorn/main
This commit is contained in:
commit
93fff4f656
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue