diff --git a/.ado/Brewfile b/.ado/Brewfile index bfe131072dcace..4ebd946ddfc78f 100644 --- a/.ado/Brewfile +++ b/.ado/Brewfile @@ -1,2 +1,3 @@ brew "xcbeautify" brew "ccache" +brew "node" diff --git a/.ado/templates/apple-tools-setup.yml b/.ado/templates/apple-tools-setup.yml index dedb7d1c2325fa..de8d14c3e086f1 100644 --- a/.ado/templates/apple-tools-setup.yml +++ b/.ado/templates/apple-tools-setup.yml @@ -1,7 +1,8 @@ steps: - - task: UseNode@1 - inputs: - versionSpec: '23.x' + # Installed via homebrew because the version of node cached doesn't have the proper ARM64 binaries + # - task: UseNode@1 + # inputs: + # versionSpec: '23.x' - script: | brew bundle --file .ado/Brewfile