Skip to content

chore(deps): Bump next from 14.2.2 to 14.2.3 #1903

chore(deps): Bump next from 14.2.2 to 14.2.3

chore(deps): Bump next from 14.2.2 to 14.2.3 #1903

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