Skip to content

build(deps-dev): bump eslint-config-next from 14.2.2 to 14.2.3 #846

build(deps-dev): bump eslint-config-next from 14.2.2 to 14.2.3

build(deps-dev): bump eslint-config-next from 14.2.2 to 14.2.3 #846

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: "18"
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "./.next/**/*.{js,css,html,json}"