From cc48e3ff640b1e9ecdedb3127f3d69701080955f Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Mon, 6 Jun 2022 18:21:15 -0400 Subject: [PATCH] stop with the npm update --- topgrade/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]