Skip to content

Commit

Permalink
Bump node compat date
Browse files Browse the repository at this point in the history
  • Loading branch information
third774 committed Oct 7, 2024
1 parent 78c8447 commit 8193622
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 8193622

Please sign in to comment.