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

Run CI on Windows #24

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Run CI on Windows #24

merged 1 commit into from
Aug 22, 2024

Conversation

ehmicky
Copy link
Collaborator

@ehmicky ehmicky commented Aug 22, 2024

Part of #12.

This does not completely fix #12 yet, since we still need to add more tests of things that could fail on Windows (shebangs, etc.), but we can do this in a separate PR.

strategy:
fail-fast: false
matrix:
node-version:
- 22
- 20
Copy link
Owner

Choose a reason for hiding this comment

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

Intentional?

Copy link
Collaborator Author

@ehmicky ehmicky Aug 22, 2024

Choose a reason for hiding this comment

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

Yes. To reduce the number of CI jobs since it is unlikely for a bug to be present in Node 20 but neither in Node 18 nor Node 22.

We can leave it though if you prefer?

Copy link
Owner

Choose a reason for hiding this comment

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

Nah, it's fine. Was just curious.

@sindresorhus sindresorhus merged commit 21a6c66 into main Aug 22, 2024
12 checks passed
@sindresorhus sindresorhus deleted the ci-windows branch August 22, 2024 18:59
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.

Windows support
2 participants