You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Update the node version in Github Actions to any LTS version > 18, eg: `20.9.0`
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
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: