Skip to content

Commit 93faab6

Browse files
committed
Try Node 20 (fix OZ #1)
1 parent ed414f8 commit 93faab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zeppelin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit
88
# Get rid of any caches
99
sudo rm -rf node_modules
1010
echo "NVM CURRENT >>>>>" && nvm current
11-
nvm use 18
11+
nvm use 20
1212

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

0 commit comments

Comments
 (0)