Skip to content

chore(deps): bump next from 13.5.0 to 14.1.1 in /examples/nextjs #203

chore(deps): bump next from 13.5.0 to 14.1.1 in /examples/nextjs

chore(deps): bump next from 13.5.0 to 14.1.1 in /examples/nextjs #203

Workflow file for this run

name: Size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-20.04
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
with:
install-command: yarn install --ignore-engines
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: "**/dist/**/*.?(m)js"