diff --git a/typescript/templates/cloudflare-worker/wrangler.toml b/typescript/templates/cloudflare-worker/wrangler.toml index 021d2ed7..59e4953e 100644 --- a/typescript/templates/cloudflare-worker/wrangler.toml +++ b/typescript/templates/cloudflare-worker/wrangler.toml @@ -9,5 +9,5 @@ preview_urls = true # Enable NodeJS compatibility (used by the SDK for the Node Buffer API) # and Node's process.env (for logging) -compatibility_date = "2025-09-23" -compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ] \ No newline at end of file +compatibility_date = "2026-02-20" +compatibility_flags = [ "nodejs_compat" ] \ No newline at end of file