You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js Feature installs from prebuilt binaries (#14)
The Nodesource APT repository has been misbehaving recently (e.g. a
recent version of Node.js just went missing…?), so this change switches
to installing Node.js from prebuilt binaries directly from the Node.js
project.
|`version`| The Node.js version to install. | string |`automatic`|
17
+
|`version`| The Node.js version to install. | string |`latest`|
18
18
19
19
## OS Support
20
20
21
-
This Feature should work on recent versions of Debian/Ubuntu and Linux distributions using the [apt](https://wiki.debian.org/AptCLI) management tool.
21
+
This Feature should work on recent versions of Debian/Ubuntu and Linux distributions using the [apt](https://wiki.debian.org/AptCLI) management tool and on architectures for which Node.js provides prebuilt binaries.
0 commit comments