Turbo Changed
Version updated for Trampoline-CX/action-turbo-changed to version v2.0.0.
- This action is used across all versions by 13 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
🚀 New Features
- [BREAKING] Support for Turborepo V2! This version supports both v1 and v2 of Turborepo. If you have
turbo
installed as a dependency of your rootpackage.json
, no need to do anything, the action will know which version of Turbo to use. Otherwise, ensure to pass theturbo-major-version
option to the action.
Detailed changes
- Update to node 20.17.0 and yarn 4.5.0 by @philtremblay in https://github.com/Trampoline-CX/action-turbo-changed/pull/270
- feat: add support for turbo v2 by @alexbchr in https://github.com/Trampoline-CX/action-turbo-changed/pull/219
Full Changelog: https://github.com/Trampoline-CX/action-turbo-changed/compare/v1.1.3...v2.0.0