Skip to content

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory #2161

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory #2161

Workflow file for this run

name: size
on:
pull_request:
branches:
- master
permissions:
pull-requests: write
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Size Limit
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ github.token }}