Skip to content

Commit

Permalink
fix: node 버전 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
a-honey committed Dec 1, 2024
1 parent cda5fb2 commit 95faff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install packages
run: |
yarn install --production --ignore-engines
yarn install
- name: Build
run: |
Expand All @@ -35,6 +35,12 @@ jobs:
run: |
npm install -g @lhci/cli
lhci autorun || echo "Fail to Run Lighthouse CI!"
- name: Upload Lighthouse Results
uses: actions/upload-artifact@v4
with:
name: lighthouse-report
path: .lighthouseci
include-hidden-files: true
- name: Check LHCI Output
run: |
echo "Checking lhci_reports directory..."
Expand Down
2 changes: 1 addition & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": {
"collect": {
"url": ["http://127.0.0.1:4173/"],
"url": ["http://localhoust:4173/"],
"startServerCommand": "npm run preview",
"numberOfRuns": 3
},
Expand Down

0 comments on commit 95faff3

Please sign in to comment.