Skip to content

chore(deps): update msw to v2 #330

chore(deps): update msw to v2

chore(deps): update msw to v2 #330

Workflow file for this run

name: ⚖ Bundlewatch on PR
on:
pull_request:
types: [synchronize, opened]
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- uses: jackyef/[email protected]
with:
bundlewatch-config: .bundlewatch.config.js
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}