Skip to content

build(deps): bump @grpc/grpc-js from 1.8.14 to 1.8.22 #22

build(deps): bump @grpc/grpc-js from 1.8.14 to 1.8.22

build(deps): bump @grpc/grpc-js from 1.8.14 to 1.8.22 #22

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- run: npm ci && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}