3 Answers
- Newest
- Most votes
- Most comments
0
Thanks for reaching out. Here are commands you can add to your test spec file in order to upgrade your Node version:
[code]
- export NVM_DIR=$HOME/.nvm
- . $NVM_DIR/nvm.sh
- nvm install --lts
[/code]
answered 3 years ago
Relevant content
- asked a year ago
- asked 2 years ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago