Skip to content

Commit bba53be

Browse files
author
Paul Von Schrottky
committed
Change preactjs/compressed-size-action to npm i
1 parent 0260fa4 commit bba53be

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,9 @@ jobs:
5050
node-version: ${{ matrix.node }}
5151
cache: npm
5252

53-
- name: Temporarily force new npm cache
54-
run: |
55-
npm install
56-
5753
- uses: preactjs/compressed-size-action@df6e03e187079aef959a2878311639c77b95ee2e # v2.2.0
5854
with:
5955
repo-token: '${{ secrets.GITHUB_TOKEN }}'
6056
pattern: '{build/**/*.min.js,build/**/*.css}'
57+
build-script: 'i'
6158
clean-script: 'distclean'

0 commit comments

Comments
 (0)