Skip to content

Update dependency @fermuch/telematree to v14 #1133

Update dependency @fermuch/telematree to v14

Update dependency @fermuch/telematree to v14 #1133

Workflow file for this run

name: "size"
on:
pull_request:
branches:
- master
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
strategy:
matrix:
node-version: [14.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: yarn install and build
run: |
yarn install
yarn build
env:
CI: true
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}