Skip to content

Update dependency axios to v0.28.0 [SECURITY] #2692

Update dependency axios to v0.28.0 [SECURITY]

Update dependency axios to v0.28.0 [SECURITY] #2692

Workflow file for this run

name: Performance
on:
pull_request:
types: [synchronize, opened, edited]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v2
with:
node-version: 10.x
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun --config=./.lighthouse/lighthouserc-local.json