deven-org / boiler

A fully customisable and tokenised design system boilerplate built by Accenture Song
https://boilerds.com/
MIT License
18 stars 7 forks source link

fix(ci): fix ci package install #1116

Closed faselbaum closed 5 months ago

faselbaum commented 5 months ago

CI Pipeline Fix

Apparently yarn just released version 4.1.1 which calculates some package checksums differently than before. This made all workflows fail during the install phase. To align the yarn versions used in the CI pipeline and in local development, i removed the yarn set version 4.x step from all relevant workflows. corepack will use whatever yarn binary is stored in our repo / configured in our .yarnrc automatically.