LearningLocker / deploy

Official Deployment Scripts for Learning Locker
https://learninglocker.net
9 stars 28 forks source link

Node Js 10 gets install #79

Open kichitan opened 1 year ago

kichitan commented 1 year ago

Hi I test the deploy but it install node js 10.x, does it suppose to install 14.x?

mu-zzi commented 1 year ago

It will install node 10. To change this, you have to change the default values in the deploy script. I deployed it using node 18.

kichitan commented 1 year ago

Hi @mu-zzi what line did you change, I did try to change some values and the deployment failed.