MSI
WinGet
Node.js 22
Node.js Foundation · 22.9.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v22.9.0-arm64.msi /quiet /norestart
InstallPath
msiexec /i node-v22.9.0-arm64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{32A60E76-884B-4E23-8581-11A06FB35530}
Product version operator
Greater than or equal to
Product version
22.9.0
MSI Properties
Product Code
{32A60E76-884B-4E23-8581-11A06FB35530}
File Identity
Filename
node-v22.9.0-arm64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.22
Version
22.9.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v22.9.0/node-v22.9.0-arm64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
New API to retrieve execution Stack Trace
A new API getCallSite has been introduced to the util module. This API allows users to retrieve the stacktrace of the current execution.
Thanks to Rafael Gonzaga for making this work on #54380.
Disable V8 Maglev
We have seen several crashes/unexpected JS behaviors with maglev on v22 (which ships V8 v12.4). The bugs lie in the codegen so it would be difficult for users to work around them or even figure out where the bugs are coming from. Some bugs…