broology / poker-moons

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

fix(ci): update circleci/node to 5.0.1 #137

Closed jordems closed 2 years ago

jordems commented 2 years ago

Proposed Changes

Issue with current version circleci/node@5.0.0 is causing yarn install job to fail in the CI workflow. Upgrading to 5.0.1 which seems to fix the problem

Types of changes