Skip to content

feat: hls-parser from service locator #48

feat: hls-parser from service locator

feat: hls-parser from service locator #48

Workflow file for this run

name: "limit-size"
on:
pull_request:
branches:
- main
jobs:
verify-bundle-sizes:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# install node version from .nvmrc
- name: Install Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
# install dependencies
- name: Install Dependencies
run: npm ci
- name: Size Limit Json
uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
build_script: size-limit:json
package_manager: npm
script: node cli/prepare-size-limit.js