setup-trellis-cli v1.4.0 released
What’s Changed
Convert to ESM and switch from Jest to Vitest
Source is now ESM (the latest @actions/* majors are ESM-only). Vitest replaces Jest since Jest’s ESM support is still experimental — Vitest is ESM-native with a drop-in compatible API. — by @retlehs in Convert to ESM and switch from Jest to Vitest by retlehs · Pull Request #135 · roots/setup-trellis-cli · GitHub
Dependency upgrades
All npm dependencies, GitHub Actions, and the action’s Node runtime (node20 → node24) bumped to their latest versions.
Other changes
- Fix typo by @theMosaad in https://github.com/roots/setup-trellis-cli/pull/110
- Update a major tag to point to the latest release by @tangrufus in https://github.com/roots/setup-trellis-cli/pull/117
Full Changelog: https://github.com/roots/setup-trellis-cli/compare/v1.3.1...v1.4.0