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
chore(ci): Use yarn for node tests instead of npm (#2612)
This change removes usage of `npm` to install dependencies and run tests in
the `node_tests.yml` CI workflow. Instead we now use `yarn` like in the
rest of the repo.
0 commit comments