Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const VITEST_VERSION = '4.1.11';

// Exact action release used by generated workflows and the @v1 migration.
// The Renovate custom manager keeps this value current.
export const SETUP_VP_VERSION = 'v1.19.0';
export const SETUP_VP_VERSION = 'v1.20.0';

export const TSDOWN_MIGRATION_SKILL_URL =
'https://github.com/rolldown/tsdown/blob/main/skills/tsdown-migrate/SKILL.md';
Expand Down
Loading