chore: migrate from pnpm to npm and add package-lock.json#636
Merged
chore: migrate from pnpm to npm and add package-lock.json#636
Conversation
- Removed pnpm-lock.yaml and replaced it with package-lock.json for dependency management. - Updated GitHub Actions workflows to use npm instead of pnpm for installing dependencies and running scripts. - Adjusted the overrides section in package.json to align with the new setup. This change simplifies the dependency management process and aligns with standard npm practices.
Codacy's Analysis Summary0 new issue (≤ 0 issue) Review Pull Request in Codacy →
|
- Changed the branch name from 'master' to 'main' in the workflow trigger. - Updated cron syntax to use double quotes for consistency. - Reorganized permissions section to ensure proper access rights for the workflow. These changes enhance the clarity and functionality of the workflow configuration.
- Changed branch references from 'main' to 'master' in the workflows. - Standardized cron syntax to use double quotes for consistency. - Cleaned up whitespace in the workflow files. These updates improve the readability and maintainability of the workflow configurations.
- Removed unnecessary whitespace in the node-update-deps.yml workflow file. This change enhances the readability of the workflow configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change simplifies the dependency management process and aligns with standard npm practices.