Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated requirements script to install nodejs #363

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mshariq-nerd
Copy link
Member

No description provided.

Signed-off-by: Mohd. Shariq <mohd.shariq@nerdapplabs.com>
requirements Outdated Show resolved Hide resolved
Signed-off-by: Mohd. Shariq <mohd.shariq@nerdapplabs.com>
@@ -17,11 +17,18 @@ echo

install_nodejs () {
isNodeInstalled=`which node` && currentNodeVer=`node -v` || echo ''
requiredNodeVer="v16.14.0"
requiredNodeVer=16
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use v20 LTS going forward, and also bump yarn version to latest LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants