mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Upgrade to Node 12.20.0
Thanks to Node developers!
This commit is contained in:
parent
c13e828c79
commit
015f4d671d
11 changed files with 13 additions and 13 deletions
|
|
@ -28,7 +28,7 @@ do
|
|||
#curl -0 -L https://npmjs.org/install.sh | sudo sh
|
||||
#sudo chown -R $(id -u):$(id -g) $HOME/.npm
|
||||
sudo npm -g install n
|
||||
sudo n 12.19.0
|
||||
sudo n 12.20.0
|
||||
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||
#sudo apt-get install -y nodejs
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue