Skip to content

Bump @size-limit/preset-small-lib from 11.1.4 to 11.1.5 #1138

Bump @size-limit/preset-small-lib from 11.1.4 to 11.1.5

Bump @size-limit/preset-small-lib from 11.1.4 to 11.1.5 #1138

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm run build
- run: npm test
- uses: andresz1/size-limit-action@v1
with:
skip_step: build
github_token: ${{ secrets.GITHUB_TOKEN }}