disable node deprecations in upgrade function

This commit is contained in:
Gabriel Augendre 2024-01-20 15:24:19 +01:00
parent beb4f22aaa
commit 10c72dd8a2

View file

@ -1,4 +1,5 @@
function upgrade --wraps=topgrade
set -x NODE_OPTIONS "--no-deprecation"
if not bw login --check
set -x BW_SESSION (bw login --raw)
end