Skip to content

Commit

Permalink
Try Node 20 (fix OZ #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Mar 7, 2024
1 parent ed414f8 commit 93faab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit
# Get rid of any caches
sudo rm -rf node_modules
echo "NVM CURRENT >>>>>" && nvm current
nvm use 18
nvm use 20

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

0 comments on commit 93faab6

Please sign in to comment.