Unable to deploy SvelteKit to Cloudflare Workers -- wrangler not found

Greetings, folks! Trying to use CI/CD to deploy a small project from GitHub to Cloudflare Workers and I keep getting an error that the build system is failing to find wrangler after the build step.

I'm sort of confused as to why it is unable to find when I have Wrangler installed as a dependency in my project and it's listed in package.json.

What would be causing this?
Was this page helpful?