Skip to content

fix: check if cwd changed to bust mapper cache #64

fix: check if cwd changed to bust mapper cache

fix: check if cwd changed to bust mapper cache #64

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- master
jobs:
size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm
- name: Install Dependencies
run: pnpm i
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
script: pnpm size-limit --json