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

Clean up NPM dependencies and update node to v20 #188

Merged
merged 3 commits into from Jan 31, 2024
Merged

Conversation

Sidsector9
Copy link
Member

@Sidsector9 Sidsector9 commented Jan 30, 2024

Description of the Change

This PR cleans up NPM dependencies and updates the node version to 20.11.0

Closes #187

Changelog Entry

Changed - Clean up NPM dependencies and update node to v20

Credits

Props @Sidsector9

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@github-actions github-actions bot added this to the 2.7.0 milestone Jan 30, 2024
@github-actions github-actions bot added the needs:feedback This requires feedback to determine next steps. label Jan 30, 2024
Copy link
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?

@github-actions github-actions bot added needs:code-review This requires code review. and removed needs:feedback This requires feedback to determine next steps. labels 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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Sidsector9 Sidsector9 merged commit 43edd6c into develop Jan 31, 2024
11 checks passed
@Sidsector9 Sidsector9 deleted the upkeep/node branch January 31, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up NPM dependencies and update node to v20
2 participants