Skip to content

fix: upgrade workbox-window from 6.5.4 to 6.6.0 #36

fix: upgrade workbox-window from 6.5.4 to 6.6.0

fix: upgrade workbox-window from 6.5.4 to 6.6.0 #36

Workflow file for this run

name: CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
environment: github-pages
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, build
run: |
npm install
npm run test
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.7.x
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}