Merge pull request #1477 from YunoHost/ci-auto-update-n-v9.0.0

Upgrade n to version 9.0.0
This commit is contained in:
Alexandre Aubin 2022-09-04 19:41:55 +02:00 committed by GitHub
commit 762aa937fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
n_version=8.2.0
n_checksum=75efd9e583836f3e6cc6d793df1501462fdceeb3460d5a2dbba99993997383b9
n_version=9.0.0
n_checksum=37a987230d1ed0392a83f9c02c1e535a524977c00c64a4adb771ab60237be1c6
n_install_dir="/opt/node_n"
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.