Skip to content

Commit

Permalink
fix: Build cronjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Dec 23, 2024
1 parent 557209f commit 08a0f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lighthouse_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.9.x
- run: npm ci
- run: npm run build
- name: Run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
Expand Down

0 comments on commit 08a0f27

Please sign in to comment.