Skip to content

ci: add macOS and Windows to test matrix#50

Merged
regevbr merged 7 commits intomasterfrom
claude/create-github-release-Vmsxk
Jan 31, 2026
Merged

ci: add macOS and Windows to test matrix#50
regevbr merged 7 commits intomasterfrom
claude/create-github-release-Vmsxk

Conversation

@regevbr
Copy link
Copy Markdown
Owner

@regevbr regevbr commented Jan 31, 2026

The setup-node action's cache option automatically includes the OS
in the cache key, so no cache collisions will occur.

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w

The setup-node action's cache option automatically includes the OS
in the cache key, so no cache collisions will occur.

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
Switch from setup-node's built-in cache to explicit actions/cache
to include both OS and Node version in the cache key, preventing
potential issues with native module builds across different Node versions.

Cache key format: {os}-node-{node-version}-pnpm-{lockfile-hash}

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
The built-in cache handles OS in the key automatically, and Node version
isolation isn't needed for this pure JS/TS package without native deps.

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
Single quotes aren't interpreted correctly on Windows, causing the
glob pattern to fail. Double quotes work cross-platform.

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
@qltysh
Copy link
Copy Markdown

qltysh Bot commented Jan 31, 2026

Qlty

Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

Let ESLint handle glob matching internally via the config file's
'files' pattern, which uses cross-platform path handling.

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
- Add centered header with badges
- Add 'Why' section explaining value proposition
- Add table of contents
- Use tables for operator documentation
- Simplify code examples
- Add API reference section
- Improve overall readability

https://claude.ai/code/session_013Qs5NvWYbFZugkWa3mC62w
@regevbr regevbr enabled auto-merge (squash) January 31, 2026 18:54
@regevbr regevbr merged commit 5624451 into master Jan 31, 2026
14 checks passed
@regevbr regevbr deleted the claude/create-github-release-Vmsxk branch January 31, 2026 18:55
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