mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Bump DEFAULT_WRANGLER_VERSION
to 3.13.2
This commit is contained in:
parent
76d614f400
commit
473d9cbd29
2 changed files with 6 additions and 1 deletions
5
.changeset/warm-mugs-judge.md
Normal file
5
.changeset/warm-mugs-judge.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"wrangler-action": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2
|
|
@ -12,7 +12,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.5.1";
|
const DEFAULT_WRANGLER_VERSION = "3.13.2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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