# setup-trellis-cli v1.4.0 released

**URL:** https://discourse.roots.io/t/setup-trellis-cli-v1-4-0-released/30340
**Category:** trellis
**Tags:** releases
**Created:** 2026-05-05T22:26:35Z
**Posts:** 1

## Post 1 by @ben — 2026-05-05T22:26:36Z

[setup-trellis-cli v1.4.0 released](https://github.com/roots/setup-trellis-cli/releases/tag/v1.4.0)

## 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](https://github.com/roots/setup-trellis-cli/pull/135)

### 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](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](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](https://github.com/roots/setup-trellis-cli/compare/v1.3.1...v1.4.0)
