ci: run only a single Windows check - #242
Merged
Merged
Conversation
angeloashmore
marked this pull request as ready for review
July 29, 2026 22:00
lihbr
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: https://prismic-team.slack.com/archives/C014VAACCQL/p1784933535521479
Description
This PR reduces the Windows
testCI jobs from three (Node.js 20, 22, 24) to one (Node.js 24). As a result, we cut down on failures and wait time.Reasoning: We only need to run Node 20, 22, 24 on some OS and one Windows sanity-check.
Checklist
Preview
How to QA 1
Note
Low Risk
CI-only matrix change with no application or runtime behavior changes; slightly less Node version coverage on Windows only.
Overview
Narrows the
test-win32job invalidate.ymlso Windows unit tests run only on Node.js 24, instead of a matrix across 20, 22, and 24.Linux
teststill exercises all three Node versions; Windows remains a single sanity check with less CI time and fewer flaky Windows-only failures.Reviewed by Cursor Bugbot for commit be6f021. Bugbot is set up for automated code reviews on this repo. Configure here.
Footnotes
Please use these labels when submitting a review:
⚠️ #issue: Strongly suggest a change.
❓ #ask: Ask a question.
💡 #idea: Suggest an idea.
🎉 #nice: Share a compliment. ↩