Use wrangler v4 in Pages builds
Is there any way to specify the Wrangler version for the deployments via git integration?
We're using wrangler v4 for local & manual deployments because we're using RPC and want/need the explicit-resource-management (
using
keyword). However, the automatic build/deploys are using wrangler 3.101.0
and thus choke on the using
keyword.
I've seen several similar questions about specifying the version but none have a response 😦1 Reply
Sadly not, the version in the Pages build image is pinned. You would have to build yourself and push via Direct Upload today.
Hopefully we’ll see an upgrade to the Pages build image in the near future.