Clean up NPM dependencies and update node to v20#188
Merged
Sidsector9 merged 3 commits intodevelopfrom Jan 31, 2024
Merged
Conversation
Contributor
|
@Sidsector9 thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this? |
dkotter
requested changes
Jan 30, 2024
package.json
Outdated
| "cypress-mochawesome-reporter": "^3.6.0", | ||
| "mochawesome-json-to-md": "^0.7.2", | ||
| "cypress-mochawesome-reporter": "^3.8.1", | ||
| "mochawesome-json-to-md": "^1.2.1", |
Collaborator
There was a problem hiding this comment.
This dependency was purposely downgraded as it causes our tests to show as having failed, even though it's the report step that is failing.
dkotter
approved these changes
Jan 31, 2024
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.
Description of the Change
This PR cleans up NPM dependencies and updates the node version to
20.11.0Closes #187
Changelog Entry
Credits
Props @Sidsector9
Checklist: