Skip to content

Commit

Permalink
Set fallback version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Reinken authored and shyim committed Dec 15, 2023
1 parent bd66d3c commit 48600e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -euo pipefail

source /root/.bashrc
nvm use "${NODE_VERSION:-18}" > /dev/null
nvm use "${NODE_VERSION:-20}" > /dev/null

exec "$@"

0 comments on commit 48600e8

Please sign in to comment.