Skip to content

Commit

Permalink
Revert "chore(temp): remove cache from yml"
Browse files Browse the repository at this point in the history
This reverts commit a0a746f.
  • Loading branch information
joshuaellis committed Nov 17, 2022
1 parent a0a746f commit 25c08e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bundle-size

on:
on:
pull_request:
branches:
- main
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
cache: ""
cache: yarn

- uses: ./.github/actions/install-modules

Expand All @@ -27,4 +27,4 @@ jobs:

- uses: preactjs/compressed-size-action@v2
with:
pattern: "**/dist/**/*.{cjs,js,svg}"
pattern: '**/dist/**/*.{cjs,js,svg}'

0 comments on commit 25c08e1

Please sign in to comment.