Skip to content

Commit 43cdfac

Browse files
committed
Bump Cloudflare Worker compatibility_date to 2026-02-19
Update from 2024-05-13 to current date. This implicitly enables nodejs_compat_populate_process_env (default since 2025-04-01), so the explicit flag can be removed from compatibility_flags.
1 parent 754f9d1 commit 43cdfac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/examples/cloudflare/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ preview_urls = true
1515
minify = false
1616

1717
# Enable NodeJS compatibility (used by the SDK for the Node Buffer API)
18-
compatibility_date = "2024-05-13"
19-
compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ]
18+
compatibility_date = "2026-02-19"
19+
compatibility_flags = [ "nodejs_compat" ]
2020

2121
[dev]
2222
ip = "0.0.0.0"

0 commit comments

Comments
 (0)