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: caching and yarn issues #137

Closed Jaryt closed 2 years ago

Jaryt commented 2 years ago

Resolves #130 Remove negation of checking if cache file is present. Also replaced -f with -e. Resolves #115, resolves #123 Implement "use only lockfile" parameter in cache key where it was missed. Thanks @nicklozon!

Resolves #119 Replaced link with copy, as there are edge cases where file-linking causes issues.

Resolves #117 Change directory to home to avoid yarn --version from using a relative yarn release from .yarn/releases.