Skip to content

Commit

Permalink
Switch Miniflare's CI back to Node 20 (#685)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mrbbot committed Oct 5, 2023
1 parent 4b0cfe7 commit e63211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16.13.0, 18]
node: [16.13.0, 20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit e63211f

Please sign in to comment.