Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/open-next/src/build/installDeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { InstallOptions } from "types/open-next";

import logger from "../logger.js";

const AFFECTED_NODE_VERSIONS = ["22.17.0", "22.17.1", "22.18.0"];
const AFFECTED_NODE_VERSIONS = ["v22.17.0", "v22.17.1", "v22.18.0"];

export function installDependencies(
outputDir: string,
Expand Down
Loading