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

feat: Add package-lock file version check #78

Merged
merged 1 commit into from
May 12, 2022

Conversation

edx-requirements-bot
Copy link
Contributor

lockfileVersion for the package-lock.json generated by NPM6 was 1 but now as we've moved to Node16 and NPM8, package-lock.json should be generated using NPM8. lockfileVersion for package-lock.json generated using NPM8 is 2. So here we're going to check the lockfileVersion in package-lock.json

Additional information from script execution

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
cd .github/workflows;
printf "#check package-lock file version\n\nname: Lockfile Version check\n\non:\n  push:\n    branches:\n    - master\n  pull_request:\n\njobs:\n  version-check:\n    uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master\n" >> lockfileversion-check.yml;

The following packages were installed:
``

@Jawayria Jawayria merged commit 3c06753 into master May 12, 2022
@Jawayria Jawayria deleted the jenkins/version-check-a64418d branch May 12, 2022 07:23
@edx-semantic-release
Copy link

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

5 participants