Skip to content

Commit

Permalink
Merge pull request facebook#1117 from amgleitman/0.66-apple-node-setu…
Browse files Browse the repository at this point in the history
…p-14

chore: Use node 14 for Apple test loops
  • Loading branch information
amgleitman authored Apr 7, 2022
2 parents 0fb71ea + 8a51a0d commit fbf8932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/templates/apple-node-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ steps:
- script: sudo chown -R $(whoami) /usr/local/*
displayName: 'fix node permissions'

- script: brew link node@12 --overwrite --force
displayName: 'ensure node 12'
- script: brew link node@14 --overwrite --force
displayName: 'ensure node 14'

0 comments on commit fbf8932

Please sign in to comment.