Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e63211f

Browse files
authored
Switch Miniflare's CI back to Node 20 (#685)
We switched to Node 18 as part of #623, to get around cloudflare/workers-sdk#3626. Now that Miniflare's simulators are implemented as Durable Objects, we no longer hit the erroneous Node code paths, so can switch back to version 20.
1 parent 4b0cfe7 commit e63211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
node: [16.13.0, 18]
22+
node: [16.13.0, 20]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:

0 commit comments

Comments
 (0)