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

Add alternative way to enable corepack #233

Closed marboledacci closed 6 days ago

marboledacci commented 1 week ago

resolves #231

Previously corepack was installed in the ~/bin as the circleci images have problems with the default directory. I'm adding a default command to use the default location, and an alternative command to install in ~/bin when the other fails.

I'm adding a new test to validate the run on cimg image and non cimg image.