Skip to content
Prev Previous commit
Next Next commit
Try to fix nvm in CI? (6)
  • Loading branch information
cgewecke committed Feb 8, 2024
commit 1f4594c75424011e9fe19749b9baf0a19979feb1
2 changes: 1 addition & 1 deletion scripts/nomiclabs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function verifyMatrixExists {

# Get rid of any caches
sudo rm -rf node_modules
echo "NVM CURRENT >>>>>" && nvm current
# echo "NVM CURRENT >>>>>" && nvm current

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