Skip to content

Commit

Permalink
apacheGH-39469: [CI][JS] Force node 20 on JS build on arm64 to fix bu…
Browse files Browse the repository at this point in the history
…ild issues
  • Loading branch information
raulcd committed Jan 8, 2024
1 parent de3130e commit 7418f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/tasks/verify-rc/github.macos.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
run: |
brew bundle --file=arrow/cpp/Brewfile
brew bundle --file=arrow/c_glib/Brewfile
export PATH="$(brew --prefix node@18)/bin:$PATH"
# Force node v20 due to GH-39469
brew install node@20
export PATH="$(brew --prefix node@20)/bin:$PATH"
export PATH="$(brew --prefix ruby)/bin:$PATH"
export PKG_CONFIG_PATH="$(brew --prefix ruby)/lib/pkgconfig"
arrow/dev/release/verify-release-candidate.sh \
Expand Down

0 comments on commit 7418f12

Please sign in to comment.