Skip to content

Correct the minimum node version required#3317

Open
vivganes wants to merge 3 commits intomicrosoft:mainfrom
vivganes:patch-1
Open

Correct the minimum node version required#3317
vivganes wants to merge 3 commits intomicrosoft:mainfrom
vivganes:patch-1

Conversation

@vivganes
Copy link
Contributor

We use command node <something>.ts in our build (package.json). This is available only since node 22.18.0 as per this URL: https://nodejs.org/en/learn/typescript/run-natively

Hence, it is important to update the guide followed by developers.

We use command `node <something.ts` in our build (`package.json`).  This is available only since node 22.18.0 as per this URL: https://nodejs.org/en/learn/typescript/run-natively
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the developer documentation to reflect the minimum Node.js version needed to run TypeScript files directly via node during the build.

Changes:

  • Update the documented Node.js requirement from “Node 22.x” to “Node >=22.18.0”.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants