diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 3de6764..28523da 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -1,6 +1,6 @@ # Disable specific steps - same options as the command line flag -disable = ["pnpm"] +disable = ["node"] # Run specific steps - same options as the command line flag #only = ["system", "emacs"]