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

Stop using latest Node in CI #59347

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Stop using latest Node in CI #59347

merged 3 commits into from
Jul 18, 2024

Conversation

jakebailey
Copy link
Member

Per nodejs/node#53902, Node 22.5.0 is broken; update everything to either use some version of LTS, or pin back to 22.4.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jul 18, 2024
Comment on lines 85 to 86
with:
node-version: '*'
check-latest: true
node-version: 'lts/*'
Copy link
Member Author

Choose a reason for hiding this comment

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

FWIW these were all set to latest because they would benefit from being as fast as possible, but, I guess it's too risky.

@jakebailey jakebailey merged commit 1fd2c1f into microsoft:main Jul 18, 2024
30 checks passed
@jakebailey jakebailey deleted the pin-node branch July 18, 2024 16:40
jakebailey added a commit to jakebailey/TypeScript that referenced this pull request Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants