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

Update tests.yml #2887

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Update tests.yml #2887

merged 1 commit into from
Jan 29, 2025

Conversation

ozennou
Copy link
Contributor

@ozennou ozennou commented Jan 17, 2025

  • Add node 22
  • Update actions/setup-node from v3 to v4
  • Ignore .md files from triggering the workflow

Description

  • The addition of Node version 22 to ensures that your project is compatible with the latest stable release of Node.
    https://github.com/nodejs/node/releases/tag/v22.13.0
  • The update from actions/setup-node@v3 to actions/setup-node@v4 brings several improvements, including better stability, faster execution, and enhanced support for newer Node versions.
  • Prevents the workflow from being triggered by modifications to .md files. This helps to reduce unnecessary builds or tests when documentation files are updated, ensuring that only relevant code changes trigger the workflow.

Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?

- Add node 22
- Update actions/setup-node from v3 to v4
- Ignore .md files from triggering the workflow
Copy link
Member

@bobymicroby bobymicroby left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

@bobymicroby bobymicroby merged commit ae89341 into redis:master Jan 29, 2025
11 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