fix: use wrangler@3.5.1 by default

This commit is contained in:
Esteban Borai 2023-08-15 17:23:30 -04:00 committed by GitHub
parent 62ce9d23a3
commit 4132892387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ import * as path from "node:path";
import * as util from "node:util";
const execAsync = util.promisify(exec);
const DEFAULT_WRANGLER_VERSION = "3.4.0";
const DEFAULT_WRANGLER_VERSION = "3.5.1";
/**
* A configuration object that contains all the inputs & immutable state for the action.