mswjs / msw

Industry standard API mocking for JavaScript.
https://mswjs.io
MIT License
15.97k stars 519 forks source link

chore: update pnpm/action-setup to v4 #2199

Closed DanielleHuisman closed 4 months ago

DanielleHuisman commented 4 months ago

GitHub Actions builds of this project appear to be broken (example 1, example 2). Updating to pnpm/action-setup@v4 appears to resolve the issue.

The hard coded versions are removed, because package.json specifies a packageManager. Quote from the v4 release:

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings.

kettanaito commented 4 months ago

Released: v2.3.2 🎉

This has been released in v2.3.2!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.