Skip to content

Bump tar from 6.1.2 to 6.2.1 #593

Bump tar from 6.1.2 to 6.2.1

Bump tar from 6.1.2 to 6.2.1 #593

Workflow file for this run

name: Bundle Size
on: [pull_request]
jobs:
build:
name: Check compressed size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'