Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Workflows using npm ci fail #924

Closed
acicovic opened this issue Jun 13, 2022 · 0 comments · Fixed by #926
Closed

GitHub Workflows using npm ci fail #924

acicovic opened this issue Jun 13, 2022 · 0 comments · Fixed by #926

Comments

@acicovic
Copy link
Collaborator

Describe the bug

Our GitHub workflows that use npm ci started failing sporadically a few days ago, but in our latest PR they seem to fail consistently. The error we get most often is:

npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.

This seems to coincide with the update of actions/setup-node from 3.2.0 to 3.3.0 which could make sense. However, some research suggests that npm versions above 8.5.5 have a bug that could be the cause of this.

To Reproduce

Go to #923 and attempt to run the affected tests (e2e-tests.yml, e2e-tests.yml).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant