WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#673) #21

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#673)

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#673) #21

name: Bundle size [baseline]
on:
push:
branches:
- main
env:
NX_PARALLEL: 4
jobs:
bundle-size:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'microsoft' }}
permissions:
contents: 'read'
actions: 'read'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
cache: yarn
node-version: '20'
- run: yarn install --immutable
- name: Measure all packages
run: yarn nx run-many --all --target=bundle-size --nxBail
- name: Upload results
run: yarn monosize upload-report --branch main --commit-sha $GITHUB_SHA
env:
UPSTASH_WRITE_TOKEN: ${{ secrets.UPSTASH_WRITE_TOKEN }}