Skip to content

Update data masking tests in React hooks to account for changes in render stream library #3477

Update data masking tests in React hooks to account for changes in render stream library

Update data masking tests in React hooks to account for changes in render stream library #3477

Workflow file for this run

name: "size"
on:
pull_request:
branches:
- main
- release-*
- pr/*
jobs:
size:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@v1
- name: Run size-limit
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}