Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Feb 10, 2025
1 parent ce63d44 commit 2ed9695
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/fifty-parrots-retire.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@opennextjs/cloudflare": patch
---

Crypto does not generate errors even when node version is less than 18.
import `randomUUID` from `node:crypto` to support NodeJS 18
1 change: 0 additions & 1 deletion packages/cloudflare/src/cli/utils/ask-confirmation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO: Drop this file when Node.js 18 is deprecated
import { randomUUID } from "node:crypto";

import Enquirer from "enquirer";
Expand Down

0 comments on commit 2ed9695

Please sign in to comment.