CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

Fix: reinstall a new version of yarn on machine executor #227

Closed marboledacci closed 1 month ago

marboledacci commented 1 month ago

As indicated in #212 the yarn install command fails on machine executors as the old version of yarn is not correctly uninstalled. In these machines, yarn was installed via nvm, so the binary has to be manually removed. I'm also updating the indentation of this script file.