mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
389 stars 18 forks source link

[code-infra] Propagate pnpm engine in package.json #126

Closed Janpot closed 6 days ago

Janpot commented 2 weeks ago

See https://github.com/mui/mui-public/issues/157

This broke the CI as it wasn't correctly initializing corepack when not in browser mode. The CI was running with a different pnpm version. I fixed this the same way as Toolpad/core/base/X

Janpot commented 1 week ago

fyi, I don't have write access to this repo, a maintainer will have to merge this

siriwatknp commented 6 days ago

I did update some part in https://github.com/mui/pigment-css/pull/150