Skip to content

Conversation

@rvwatch
Copy link
Collaborator

@rvwatch rvwatch commented Dec 5, 2025

Summary

This hotfix resolves CI TypeScript compilation failures caused by Buffer interface conflicts from multiple @types/node versions.

Changes

  • Added explicit resolutions and overrides for @types/node ^20.0.0
  • Prevents CI compilation errors from incompatible Buffer type definitions
  • Ensures consistent Node.js type definitions across build environments

Testing

  • ✅ Local compilation passes
  • ✅ Local tests pass
  • ✅ Should resolve CI Buffer interface conflicts

This addresses the CI failures blocking deployments after the template eval command merge.

- Add explicit resolutions and overrides for @types/node ^20.0.0
- Prevent CI compilation errors from incompatible Buffer type definitions
- Ensure consistent Node.js type definitions across build environments
@rvwatch rvwatch merged commit 3e028d6 into main Dec 5, 2025
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants