Skip to content
Prev Previous commit
Next Next commit
Try to fix nvm in CI? (8)
  • Loading branch information
cgewecke committed Feb 8, 2024
commit 090268dfd2ebdaae2372d434dbcbdcd7b5f19c74
1 change: 1 addition & 0 deletions scripts/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set -o errexit
# Get rid of any caches
sudo rm -rf node_modules
echo "NVM CURRENT >>>>>" && nvm current
nvm use 14

# Use PR env variables (for forks) or fallback on local if PR not available
SED_REGEX="s/[email protected]:/https:\/\/github.com\//"
Expand Down