Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The create-cloudflare "Hello World" template isn't working with latest action (with default settings) because the DEFAULT_WRANGLER_VERSION is set to 3.90. #352

Open
tc0o opened this issue Feb 7, 2025 · 2 comments

Comments

@tc0o
Copy link

tc0o commented Feb 7, 2025

The template uses a .json config, but it is supported starting from Wrangler version 3.91 (https://developers.cloudflare.com/workers/wrangler/configuration/).

It should attempt to install Wrangler based on the package.json file first? and then fall back to the DEFAULT_WRANGLER_VERSION.

refs:

@jcheese1
Copy link

just set wranglerVersion in the yaml file

@tc0o
Copy link
Author

tc0o commented Feb 12, 2025

Yes, could also create a wrangler.toml to make it work. I’ll change the title to "Default Settings Not Working."

@tc0o tc0o changed the title The create-cloudflare "Hello World" template isn't working with latest action because the DEFAULT_WRANGLER_VERSION is set to 3.90. The create-cloudflare "Hello World" template isn't working with latest action (with default settings) because the DEFAULT_WRANGLER_VERSION is set to 3.90. Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants