Skip to content

Fix IndexedSet stack overflow and O(n) indexOf bottleneck #980

Fix IndexedSet stack overflow and O(n) indexOf bottleneck

Fix IndexedSet stack overflow and O(n) indexOf bottleneck #980

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