Skip to content

Commit 0260fa4

Browse files
author
Paul Von Schrottky
committed
Temp force new NPM cache
1 parent 942c40c commit 0260fa4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/bundle-size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
node-version: ${{ matrix.node }}
5151
cache: npm
5252

53+
- name: Temporarily force new npm cache
54+
run: |
55+
npm install
56+
5357
- uses: preactjs/compressed-size-action@df6e03e187079aef959a2878311639c77b95ee2e # v2.2.0
5458
with:
5559
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)