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

fix(workflows): use Node.js version from .nvmrc file #10153

Merged
merged 1 commit into from Dec 8, 2023

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Dec 8, 2023

Summary

Problem

Our workflows run with the latest Node.js v18 version, ignoring the .nvmrc file, and there is an issue with ts-node and Node.js 18.19, causing some of our workflows to fail.

Solution

Use the Node.js version specified in the .nvmrc file.


How did you test this change?

If the checks on this PR pass, we should be good.

@caugner caugner requested a review from a team as a code owner December 8, 2023 22:05
@caugner caugner requested review from queengooborg and removed request for queengooborg December 8, 2023 22:05
Copy link
Contributor Author

@caugner caugner left a comment

Choose a reason for hiding this comment

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

Self-approval, as the change is trivial and low risk high impact.

@caugner caugner merged commit 97405ae into main Dec 8, 2023
16 checks passed
@caugner caugner deleted the fix-workflows-use-nvmrc branch December 8, 2023 22:20
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

1 participant