Skip to content

Commit 296ad23

Browse files
committed
feat: lighthouse configuration
1 parent aca4979 commit 296ad23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lighthouse.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
- uses: actions/setup-node@v4
9+
with:
10+
node-version: 22.x
11+
- run: npm ci
12+
- run: npm run build --if-present
813
- name: Run Lighthouse against a static dist dir
914
uses: treosh/lighthouse-ci-action@v11
1015
with:

0 commit comments

Comments
 (0)