We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0c73 commit 797ec98Copy full SHA for 797ec98
packages/create-cloudflare/e2e-tests/helpers.ts
@@ -109,7 +109,7 @@ export const runC3 = async (
109
// We don't use the "test" package manager here (i.e. TEST_PM and TEST_PM_VERSION) because yarn 1.x doesn't actually provide a `dlx` version.
110
// And in any case, this first step just installs a temp copy of create-cloudflare and executes it.
111
// The point of `detectPackageManager()` is for delegating to framework tooling when generating a project correctly.
112
- const cmd = ["pnpx", "create-cloudflare", ...argv];
+ const cmd = ["pnpx", `create-cloudflare@${version}`, ...argv];
113
const proc = spawnWithLogging(
114
cmd,
115
{ env: testEnv, cwd: tmpdir() },
0 commit comments