Skip to content

Commit

Permalink
Merge pull request #129 from cloudflare/Bump-node-compat-date
Browse files Browse the repository at this point in the history
Bump node compat date
  • Loading branch information
third774 authored Oct 7, 2024
2 parents 86b3a30 + 8193622 commit d953f06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wrangler.development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orange-meets-development"
account_id = "8477399eb04accc1792af96aeaa25222"
main = "./build/index.js"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2024-06-20"
compatibility_date = "2024-10-07"
compatibility_flags = ["nodejs_compat"]

[site]
Expand Down
2 changes: 1 addition & 1 deletion wrangler.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orange-meets-production"
account_id = "8477399eb04accc1792af96aeaa25222"
main = "./build/index.js"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2024-06-20"
compatibility_date = "2024-10-07"
compatibility_flags = ["nodejs_compat"]

[site]
Expand Down
2 changes: 1 addition & 1 deletion wrangler.public.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orange-meets-public"
account_id = "8477399eb04accc1792af96aeaa25222"
main = "./build/index.js"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2024-06-20"
compatibility_date = "2024-10-07"
compatibility_flags = ["nodejs_compat"]

[site]
Expand Down
2 changes: 1 addition & 1 deletion wrangler.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "orange-meets-staging"
account_id = "8477399eb04accc1792af96aeaa25222"
main = "./build/index.js"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2024-06-20"
compatibility_date = "2024-10-07"
compatibility_flags = ["nodejs_compat"]

[site]
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "orange-meets"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2024-06-20"
compatibility_date = "2024-10-07"
main = "./build/index.js"
compatibility_flags = ["nodejs_compat"]

Expand Down

0 comments on commit d953f06

Please sign in to comment.