Skip to content

Bump semver from 5.7.1 to 5.7.2 #51

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #51

Workflow file for this run

name: check-bundle-size
on:
pull_request_target:
branches: [develop]
jobs:
file_size_impact:
runs-on: ubuntu-latest
steps:
- name: Setup git
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "16.20.0"
- run: yarn install
- name: Report changes
run: node ./tools/size-reporter.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}