Skip to content

Commit c288c7a

Browse files
committed
ci: add npm ci step
1 parent fa7f86d commit c288c7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-compressed-size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
14+
15+
- run: npm ci
16+
1417
- uses: preactjs/compressed-size-action@v2
1518
with:
1619
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)