Commit 4f9b05f
committed
feat: use nodesource for Node.js installation
Replaced snap installation with nodesource setup for Node.js.
For WSL (Windows Subsystem for Linux) and Docker environments, it is
recommended to use the NodeSource repository when installing Node.js
because it is difficult to run `snapd` with `systemd`. This method
allows you to easily install and manage the latest version of Node.js.
https://github.com/nodesource/distributions?tab=readme-ov-file#installation-instructions-deb1 parent fb613ce commit 4f9b05f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments