MCPcopy Create free account
hub / github.com/vercel/vercel / getDiscontinuedNodeVersions

Function getDiscontinuedNodeVersions

packages/build-utils/src/fs/node-version.ts:122–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122export function getDiscontinuedNodeVersions(): NodeVersion[] {
123 return getOptions().filter(version => {
124 return version.state === 'discontinued';
125 });
126}
127
128export async function getSupportedNodeVersion(
129 engineRange: string | undefined,

Callers 1

unit.test.tsFile · 0.90

Calls 2

getOptionsFunction · 0.85
filterMethod · 0.80

Tested by

no test coverage detected