Skip to content

build(deps): bump react-dom and @types/react-dom #852

build(deps): bump react-dom and @types/react-dom

build(deps): bump react-dom and @types/react-dom #852

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