MSI
WinGet
Node.js 20
Node.js Foundation · 20.5.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i node-v20.5.0-arm64.msi /quiet /norestart
InstallPath
msiexec /i node-v20.5.0-arm64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{2A2969C5-E1BF-4F95-85F4-A2E9B25F3810}
Product version operator
Greater than or equal to
Product version
20.5.0
MSI Properties
Product Code
{2A2969C5-E1BF-4F95-85F4-A2E9B25F3810}
File Identity
Filename
node-v20.5.0-arm64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.20
Version
20.5.0
Description
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v20.5.0/node-v20.5.0-arm64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
Notable Changes
- [45be29d89f] - doc: add atlowChemi to collaborators (atlowChemi) #48757
- [a316808136] - (SEMVER-MINOR) events: allow safely adding listener to abortSignal (Chemi Atlow) #48596
- [986b46a567] - fs: add a fast-path for readFileSync utf-8 (Yagiz Nizipli) #48658
- [0ef73ff6f0] - (SEMVER-MINOR) test_runner: add shards support (Raz Luvaton) #48639
Commits
- [eb0aba59b8] - bootstrap: use correct descriptor for Symbol.{dispose,asyncDispose} (Jordan Harband) #48703
- [e2d0195dcf] - boo…