marboledacci
marboledacci
Hello @ramykl, after merging master into this, and running the tests, the PNPM tests are failing with: ` ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date...
I see this issue is been open for a while, and many things have changed in the images, @mockdeep please confirm if this is still an issue or we can...
@warrenronsiek can you provide more details on the issue you have? The exact error, the orb version. The original issue was related to machine executors, so your issue is probably...
Pnpm support added in this version https://circleci.com/developer/orbs/orb/circleci/node?version=5.3.0#commands-install-pnpm. This should allows you to cache.
Pnpm support added in this version https://circleci.com/developer/orbs/orb/circleci/node?version=5.3.0#commands-install-pnpm
Version https://circleci.com/developer/orbs/orb/circleci/node?version=6.0.0 has this fixed.
Thanks for the heads up, the new version https://circleci.com/developer/orbs/orb/circleci/node?version=6.1.0 is now ignoring cache when `npm ci` is used.
Yes, when `npm ci` is used it will ignore the caching functionality. No cache will be created, therefore no storage used.
This issue should be fixed already on this version https://circleci.com/developer/orbs/orb/circleci/ruby?version=2.1.4 which contains the changes @quipo added.
Hi @quipo, thank you for your solution, I'm moving this to PR #146 to fix some linter issues.