Skip to content

Commit 0eeca37

Browse files
committed
ci: pin upgrade test to @tailwindcss/[email protected]
because the 4.1.5 upgrade tool introduced a dependency on tailwind that I can't figure out how to resolve. Gah, this entire experience has been entirely frustrating as a downstream maintainer, FML
1 parent 3fbc5ca commit 0eeca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/upgrade_tailwindcss.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
if system("npx --version")
4848
say "Running the upstream Tailwind CSS upgrader"
49-
command = Shellwords.join(["npx", "@tailwindcss/upgrade", "--force", "--config", TAILWIND_CONFIG_PATH.to_s])
49+
command = Shellwords.join(["npx", "@tailwindcss/upgrade@4.1.4", "--force", "--config", TAILWIND_CONFIG_PATH.to_s])
5050
success = run(command, abort_on_failure: false)
5151
unless success
5252
say "The upgrade tool failed!", :red

0 commit comments

Comments
 (0)