Skip to content

Commit

Permalink
nodejs: fix test for nvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jul 24, 2024
1 parent f5c123c commit eed4247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodejs/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load 'bats-assert-master/load'
source /home/ubuntu/.nvm/nvm.sh
run nvm --version
assert_success
assert_output '0.39.1'
assert_output '0.39.7'
}

@test "defaults yarn 1.21.1 if yarn.lock present" {
Expand Down

0 comments on commit eed4247

Please sign in to comment.