Closed
Description
-
As noted in PR fix: Fix the PNPM example test #492 the current master branch is failing on a release attempt of
cypress-io/[email protected]
. -
The tag v3.4.1 has been created, https://circleci.com/developer/orbs/orb/cypress-io/cypress however shows
cypress-io/[email protected]
as current version.
In Pnpm Example
Installing PNPM packages
WARN Ignoring not compatible lockfile at /home/circleci/project/examples/pnpm-install/pnpm-lock.yaml
node_modules/.pnpm | WARN Ignoring not compatible lockfile at /home/circleci/project/examples/pnpm-install/node_modules/.pnpm/lock.yaml
ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is present
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
Exited with code exit status 1
Previously however in https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1979/workflows/bb9d6442-3348-4e0b-9e24-a68534062542 merging into master
the test was successful:
Activity