Skip to content

Commit

Permalink
chore(all): update compress size action
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanpham committed Nov 30, 2023
1 parent 522bb8f commit fdb815c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
version: 16.x

- uses: pnpm/action-setup@v2
with:
version: 8.5.1

run_install: false
- uses: actions/checkout@v3
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit fdb815c

Please sign in to comment.