mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-25 19:34:45 +01:00
Update default wrangler version to 3.37.0
This commit is contained in:
parent
1d28a051a6
commit
a99a395667
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import { exec, execShell } from "./exec";
|
||||||
import { checkWorkingDirectory, semverCompare } from "./utils";
|
import { checkWorkingDirectory, semverCompare } from "./utils";
|
||||||
import { getPackageManager } from "./packageManagers";
|
import { getPackageManager } from "./packageManagers";
|
||||||
|
|
||||||
const DEFAULT_WRANGLER_VERSION = "3.30.0";
|
const DEFAULT_WRANGLER_VERSION = "3.37.0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A configuration object that contains all the inputs & immutable state for the action.
|
* A configuration object that contains all the inputs & immutable state for the action.
|
||||||
|
|
Loading…
Reference in a new issue