[0.88.0](https://github.com/projen/projen/compare/v0.87.4...v0.88.0) (2024-09-23)
⚠ BREAKING CHANGES
* **node:** The `workflowNodeVersion` used in GitHub Actions Workflows now defaults to `lts/*`. To revert to the previous behavior, set `workflowNodeVersion: '18.x'`.
* **node:** The version of the`types/node` dev dependency now falls back to match the version of TypeScript and then the latest version if `minNodeVersion` is not set. To revert to the previous behavior, add an explicit devDependency on `types/node` with the desired version.
Features
* **node:** default to LTS version in GitHub Actions workflows and match `types/node` to TypeScript version ([3855](https://github.com/projen/projen/issues/3855)) ([6f9ee09](https://github.com/projen/projen/commit/6f9ee092c3d186dc2881c60dbbcf20e47f1cafef))