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

Update the node-version in staging and production Github Actions to latest LTS version #286

Open
5 of 10 tasks
Saitharun279 opened this issue Nov 7, 2024 · 0 comments
Open
5 of 10 tasks

Comments

@Saitharun279
Copy link
Contributor

Issue Description

Update the node-version in staging and production Github Actions to latest LTS version, once the incompatibility with ts-node (similar to this one) is resolved.

Expected Behavior

The Github Actions should use the latest LTS node version for building and deploying the application.

Current Behavior

With LTS versions > 18, below error occurs
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"
this is due an incompatibility issue with ts-node.
There are open GitHub issues in ts-node repo to fix this incompatibility
Similar to this one

Screenshots

Screenshot 2024-11-07 at 12 34 35 PM

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. Update the node version in Github Actions to any LTS version > 18, eg: `20.9.0`
  2. Run the Github Action.
  3. `TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"` occurs

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
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

No branches or pull requests

1 participant