broology / poker-moons

Free online poker with friends without the hassle.
4 stars 3 forks source link

fix(ci): remove broken install-yarn from node orb #309

Closed jordems closed 1 year ago

jordems commented 1 year ago

Proposed Changes

the install-yarn action in the circleci/node:orb was causing the ci to fail in the setup step. So this pr removes this and instead just manually installs yarn which normally already exists.