flybywiresim / discord-bot-utils

Utilities Discord Bot created for the FlyByWire Discord server.
https://flybywiresim.com/
GNU Affero General Public License v3.0
5 stars 7 forks source link

fix: temporarily pin TypeScript to v5.4.x #80

Closed ExampleWasTaken closed 3 months ago

ExampleWasTaken commented 3 months ago

Description

Due to a breaking bug fix in TS v5.5 our build fails with that minor version. To prevent accidental updates until the issue is resolved, this PR pins TS to the v5.4.x minor release.

For more information see #78

Test Results

See build workflow