Skip to content

Commit e096bb0

Browse files
committed
Bump Cloudflare worker compatibility date to 2026-02-20 and remove redundant nodejs_compat_populate_process_env flag (now default since 2025-04-01)
1 parent 23fb664 commit e096bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

typescript/templates/cloudflare-worker/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ preview_urls = true
99

1010
# Enable NodeJS compatibility (used by the SDK for the Node Buffer API)
1111
# and Node's process.env (for logging)
12-
compatibility_date = "2025-09-23"
13-
compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ]
12+
compatibility_date = "2026-02-20"
13+
compatibility_flags = [ "nodejs_compat" ]

0 commit comments

Comments
 (0)