Skip to content

Releases: roots/setup-trellis-cli

v1.4.0

05 May 22:26
aca8a02

Choose a tag to compare

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 #135

Dependency upgrades

All npm dependencies, GitHub Actions, and the action's Node runtime (node20 → node24) bumped to their latest versions.

Other changes

Full Changelog: v1.3.1...v1.4.0

v1

27 Jan 00:25
aca8a02

Choose a tag to compare

Initial release

v1.3.1

28 May 22:23
f7aa00e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Aug 17:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.3.0

v1.2.0

27 Jan 00:25
917fd0e

Choose a tag to compare

#65 - Support repo-token input to avoid hitting GitHub API rate limits

v1.1.1

24 Jan 01:29
724aa42

Choose a tag to compare

Fix logging if trellis-cli release is not found

v1.1

02 Jan 21:12
7d5b232

Choose a tag to compare

Automatically authenticate with GitHub API if GITHUB_TOKEN is set.