Merge pull request #157 from EstebanBorai/main

fix: use `wrangler@3.5.1` by default
This commit is contained in:
Jacob M-G Evans 2023-08-16 10:51:54 -05:00 committed by GitHub
commit ad7441b6ad
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.