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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update tests.yml #2887

wants to merge 1 commit into from

Conversation

ozennou
Copy link

@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
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.

1 participant