Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9681c29976 | |||
| cd8a317efb | |||
| 6aa2e8946a | |||
| de0526e09b | |||
| 84316ca95c | |||
| 134b5c2a32 | |||
| 47d51f25c1 | |||
| 93fff4f656 | |||
| c0e117f512 |
Vendored
+2
-2
@@ -28751,7 +28751,7 @@ function getPackageManager(name, { workingDirectory = "." } = {}) {
|
||||
|
||||
|
||||
|
||||
const DEFAULT_WRANGLER_VERSION = "3.13.2";
|
||||
const DEFAULT_WRANGLER_VERSION = "3.78.10";
|
||||
/**
|
||||
* A configuration object that contains all the inputs & immutable state for the action.
|
||||
*/
|
||||
@@ -28825,7 +28825,7 @@ async function installWrangler() {
|
||||
// and
|
||||
// `3.48.0`
|
||||
const versionMatch = stdout.match(/wrangler (\d+\.\d+\.\d+)/) ??
|
||||
stdout.match(/^(\d+\.\d+\.\d+)/);
|
||||
stdout.match(/^(\d+\.\d+\.\d+)/m);
|
||||
if (versionMatch) {
|
||||
installedVersion = versionMatch[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user