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
Titanium CLI v7 requires Node.js 18 or newer, the SDK requires Node.js 16: https://github.com/tidev/titanium-sdk/blob/master/package.json#L172. We should use fetch() only if master is slated to be 13.0.0. If we plan to ship a 12.6.0, then we must use a user land package and I highly recommend undici.
I have searched and made sure there are no existing issues for the issue I am filing
Description
For security reasons "request" should be removed in the package.json. It is used in the following places:
fetch
should be a good replacement as we are using node v18 as a minimum now.Solution
Alternatives
Platforms
CLI
The text was updated successfully, but these errors were encountered: