The .trigger("change") does not make vue and react code detect the change its a know cypress issue. A workaround is to trigger input instead:
cy.get("input.my-slider").invoke("val", 70).trigger("input");