Skip to content

Commit 9093637

Browse files
size.yml-action adjustments
1 parent ff5152e commit 9093637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/size.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: lts/*
1821
- uses: preactjs/compressed-size-action@v2
1922
with:
2023
repo-token: '${{ secrets.GITHUB_TOKEN }}'
21-
pattern: './dist/**/*.{js,cjs,css,json}'
24+
pattern: './dist/**/*'

0 commit comments

Comments
 (0)