Upgrade n to v8.2.0

This commit is contained in:
yunohost-bot 2022-04-20 19:38:22 +00:00
parent 3f9fd91334
commit c0e9b3ba8e

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
n_version=8.0.2 n_version=8.2.0
n_install_dir="/opt/node_n" n_install_dir="/opt/node_n"
node_version_path="$n_install_dir/n/versions/node" node_version_path="$n_install_dir/n/versions/node"
# N_PREFIX is the directory of n, it needs to be loaded as a environment variable. # N_PREFIX is the directory of n, it needs to be loaded as a environment variable.