Skip to content

Commit

Permalink
Change preactjs/compressed-size-action to npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani committed Aug 31, 2021
1 parent 0260fa4 commit bba53be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- name: Temporarily force new npm cache
run: |
npm install
- uses: preactjs/compressed-size-action@df6e03e187079aef959a2878311639c77b95ee2e # v2.2.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{build/**/*.min.js,build/**/*.css}'
build-script: 'i'
clean-script: 'distclean'

0 comments on commit bba53be

Please sign in to comment.