Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.0.0 #837

build(deps-dev): bump eslint from 8.57.0 to 9.0.0

build(deps-dev): bump eslint from 8.57.0 to 9.0.0 #837

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}"