Skip to content

refactor: use major-only node versions for automatic latest minor/patch#177

Merged
UlisesGascon merged 2 commits intopillarjs:masterfrom
imangas:chore/ci-only-mayor
Nov 30, 2025
Merged

refactor: use major-only node versions for automatic latest minor/patch#177
UlisesGascon merged 2 commits intopillarjs:masterfrom
imangas:chore/ci-only-mayor

Conversation

@imangas
Copy link
Copy Markdown
Contributor

@imangas imangas commented Nov 28, 2025

Update all node-version configurations to use major-only format (e.g., '4', '22') instead of specific versions (e.g., '4.9', '22.11').

This allows nvm to automatically install the latest minor and patch versions available for each major version, ensuring:

  • Tests run against the most recent stable releases
  • No need to manually update minor/patch versions

Nachoo Mangas and others added 2 commits November 28, 2025 13:33
Update all node-version configurations to use major-only format (e.g., '4', '22')
instead of specific versions (e.g., '4.9', '22.11').

This allows nvm to automatically install the latest minor and patch versions
available for each major version, ensuring:
- Tests run against the most recent stable releases
- No need to manually update minor/patch versions
@imangas imangas force-pushed the chore/ci-only-mayor branch from 7f8ad66 to dfcbfb0 Compare November 28, 2025 12:41
Copy link
Copy Markdown
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

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

Thanks @imangas!

@UlisesGascon UlisesGascon self-assigned this Nov 30, 2025
@UlisesGascon UlisesGascon merged commit b7a7f16 into pillarjs:master Nov 30, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants