diff --git a/src/runtimes.ts b/src/runtimes.ts index f500ce8..6193c10 100644 --- a/src/runtimes.ts +++ b/src/runtimes.ts @@ -30,8 +30,8 @@ const runtimeChecks: [boolean, RuntimeName][] = [ [isWorkerd, "workerd"], [isDeno, "deno"], [isLagon, "lagon"], - [isNode, "node"], [isBun, "bun"], + [isNode, "node"], [isFastly, "fastly"], ];