Skip to content

Commit

Permalink
๐Ÿ› Fix: lighthouse.yml env ์„ค์ • ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Nov 16, 2024
1 parent 6bab92a commit e43d0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Configure npm registry
run: |
Expand All @@ -45,6 +44,7 @@ jobs:
- name: Run Lighthouse CI
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
NODE_TLS_REJECT_UNAUTHORIZED: '0' # SSL ๊ฒ€์ฆ ๋น„ํ™œ์„ฑํ™”
run: |
npm install -g @lhci/cli@0.12.x
lhci autorun || echo "Lighthouse CI failed, but continuing"
Expand Down

0 comments on commit e43d0ad

Please sign in to comment.