Skip to content

Commit

Permalink
test: bump compatibilityDate past 2024-09-23 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Oct 7, 2024
1 parent 8878aa1 commit a58d516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workerd/config.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const testsWorker :Workerd.Worker = (
modules = [
(name = "tests", esModule = embed "./tests.mjs")
],
compatibilityDate = "2024-09-01",
compatibilityDate = "2024-10-04",
compatibilityFlags = ["nodejs_compat"],
moduleFallback = "localhost:8888",
);

0 comments on commit a58d516

Please sign in to comment.