Bump DEFAULT_WRANGLER_VERSION to 3.13.2

This commit is contained in:
Cina Saffary 2023-10-18 17:04:41 -05:00
parent 76d614f400
commit 473d9cbd29
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"wrangler-action": patch
---
Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2

View file

@ -12,7 +12,7 @@ import { exec, execShell } from "./exec";
import { checkWorkingDirectory, semverCompare } from "./utils";
import { getPackageManager } from "./packageManagers";
const DEFAULT_WRANGLER_VERSION = "3.5.1";
const DEFAULT_WRANGLER_VERSION = "3.13.2";
/**
* A configuration object that contains all the inputs & immutable state for the action.