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

chore: use npm install instead of npm ci in gh workflow #549

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Nov 1, 2023

The project does not have a package-lock.json file, so npm ci does not work. Switch to npm install instead.

Fix-up for #548. This PR should resolve the following error:

Error: Dependencies lock file is not found in /home/runner/work/webextensions-examples/webextensions-examples. Supported file patterns: package-lock.json,npm-shrinkwrap.json,yarn.lock

The project does not have a package-lock.json file, so `npm ci` does not
work. Switch to `npm install` instead.
@Rob--W Rob--W requested a review from rebloor November 1, 2023 17:45
@rebloor rebloor merged commit 31008d8 into mdn:main Nov 1, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants