Skip to content

Commit

Permalink
fix(topgrade): npm should be node (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 4, 2024
1 parent 5dc6543 commit 23ea820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/ublue-os/topgrade.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[misc]
no_self_update = true
disable = ["self_update", "toolbx", "containers", "helm"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "npm", "pip3", "home_manager", "firmware"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "node", "pip3", "home_manager", "firmware"]
assume_yes = true
no_retry = false

Expand Down

0 comments on commit 23ea820

Please sign in to comment.