We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9117862 commit 2c8304eCopy full SHA for 2c8304e
evals/scripts/setup.sh
@@ -179,8 +179,8 @@ for i in "${!options[@]}"; do
179
case "${plugin}" in
180
"nodejs")
181
if ! command -v node &>/dev/null; then
182
- asdf install nodejs v20.18.1 || exit 1
183
- asdf set nodejs v20.18.1 || exit 1
+ asdf install nodejs 20.18.1 || exit 1
+ asdf set nodejs 20.18.1 || exit 1
184
NODE_VERSION=$(node --version)
185
echo "✅ Node.js is installed ($NODE_VERSION)"
186
else
0 commit comments