MSI
WinGet
Node.js 22
Node.js Foundation · 22.5.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v22.5.0-arm64.msi /quiet /norestart
InstallPath
msiexec /i node-v22.5.0-arm64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{051F9A67-5112-4A61-B2C9-A62F6375312F}
Product version operator
Greater than or equal to
Product version
22.5.0
MSI Properties
Product Code
{051F9A67-5112-4A61-B2C9-A62F6375312F}
File Identity
Filename
node-v22.5.0-arm64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.22
Version
22.5.0
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v22.5.0/node-v22.5.0-arm64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- [1367c5558e] - (SEMVER-MINOR) http: expose websockets (Natalia Venditto) #53721
- [b31394920d] - (SEMVER-MINOR) lib: add node:sqlite module (Colin Ihrig) #53752
- [aa7df9551d] - module: add __esModule to require()'d ESM (Joyee Cheung) #52166
- [8743c4d65a] - (SEMVER-MINOR) path: add matchesGlob method (Aviv Keller) #52881
- [77936c3d24] - (SEMVER-MINOR) process: port on-exit-leak-free to core (Vinicius Lourenço) #53239
- [82d88a83f8] - (SEMVER-MINOR) stream: pipeline wait for c…