Skip to content

Commit

Permalink
Use LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 12, 2022
1 parent 6cdda7a commit e4a4c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ test_js() {
show_header "Build and test JavaScript libraries"

maybe_setup_nodejs || exit 1
maybe_setup_conda nodejs=18 || exit 1
maybe_setup_conda nodejs=16 || exit 1

if ! command -v yarn &> /dev/null; then
npm install -g yarn
Expand Down

0 comments on commit e4a4c0d

Please sign in to comment.