Skip to content

More performant and less memory usage to add elements to focusableElements indexing #981

More performant and less memory usage to add elements to focusableElements indexing

More performant and less memory usage to add elements to focusableElements indexing #981

Workflow file for this run

name: Size
on: [pull_request]
jobs:
size:
name: Size
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Size Limit
run: npm run size-limit