Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tests-7e5f516d15
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Jan 22, 2025
2 parents fbe9e97 + 86a499a commit 39146fd
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 15 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lighthouse CI
run-name: run Lighthouse CI 🚀
on:
workflow_dispatch:
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v9
with:
urls: |
"https://frontends-demo.vercel.app/"
"https://frontends-demo.vercel.app/Products/"
"https://frontends-demo.vercel.app/Summer-BBQ/"
configPath: "./lighthouserc.js"
2 changes: 1 addition & 1 deletion packages/cms-base-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "12.5.0",
"entities": "5.0.0",
"entities": "6.0.0",
"html-to-ast": "0.0.6",
"three": "0.166.1",
"vue": "3.5.13",
Expand Down
Loading

0 comments on commit 39146fd

Please sign in to comment.