You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create a workflow that runs weekly to do yarn upgrade on the extension folder and then open a pull request to check in the yarn lock file (and package.json if there are changes). Some package versions may not be in the npm feed, which means that yarn upgrade will fail when that happens. We will need to find a workaround for this.