Skip to content

Commit

Permalink
DO NOT MERGE: test installing specific nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Nov 2, 2024
1 parent 0b487ee commit 8e96c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/Node.js/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v22.11.0
version=v20.18.0
version2=v0.40.1

#Checking if using armv6
Expand Down Expand Up @@ -43,5 +43,5 @@ echo ". ~/.node_bashrc" >> ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

# Install LTS nodejs
nvm install --lts || error "Failed to install node.js with nvm!"
# test installing specific version
nvm install 20.18.0 || error "Failed to install node.js with nvm!"

0 comments on commit 8e96c80

Please sign in to comment.