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

[3.x] Fix checks #13086

Merged
merged 3 commits into from Apr 9, 2024
Merged

[3.x] Fix checks #13086

merged 3 commits into from Apr 9, 2024

Conversation

nachocodoner
Copy link
Member

@nachocodoner nachocodoner commented Apr 9, 2024

OSS-384

Reproduction

Release 3.0 has still a pending check suddently failing.

Changing only meteor-promise package triggers the GitHub action check. Other PRs from release-3.0 don't trigger this check. However, the check relies on fibers, expecting node version 14.x, not 20.x, as updated here. Yet, the node upgrade PR didn't trigger the meteor-promise check to confirm the node upgrade keeps the check green.

image

Fix

Use node 14.x as part of meteor-promise check.

image

Copy link

netlify bot commented Apr 9, 2024

Deploy Preview for v3-meteor-api-docs canceled.

Name Link
🔨 Latest commit c4b52ad
🔍 Latest deploy log https://app.netlify.com/sites/v3-meteor-api-docs/deploys/66153ee91e561100075e5069

@nachocodoner nachocodoner marked this pull request as ready for review April 9, 2024 12:36
@StorytellerCZ StorytellerCZ added this to the Release 3.0 milestone Apr 9, 2024
@nachocodoner nachocodoner merged commit 24e09d9 into release-3.0 Apr 9, 2024
14 checks passed
@nachocodoner nachocodoner deleted the fix-checks-3x branch April 9, 2024 16:54
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.

None yet

2 participants