Skip to content

chore(deps-dev): Bump typescript from 4.9.5 to 5.1.3 #1545

chore(deps-dev): Bump typescript from 4.9.5 to 5.1.3

chore(deps-dev): Bump typescript from 4.9.5 to 5.1.3 #1545

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: '16'
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "./.next/**/*.{js,css,html,json}"