Update default wrangler version to 3.30.0

This commit is contained in:
Eusebio Trigo 2024-02-29 15:52:09 +01:00 committed by Peter Bacon Darwin
parent 9b27cf271c
commit 1d28a051a6

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.30.0";
/**
* A configuration object that contains all the inputs & immutable state for the action.