Skip to content

Bump ws from 8.16.0 to 8.17.1 #97

Bump ws from 8.16.0 to 8.17.1

Bump ws from 8.16.0 to 8.17.1 #97

Workflow file for this run

name: Build and lighthouse test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-lighthouse:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set Node.js 13.x
uses: actions/setup-node@v1
with:
node-version: 13.x
- name: npm install
run: npm install
- name: npm run generate
run: npm run generate
- name: Run Lighthouse
uses: treosh/lighthouse-ci-action@v2
with:
configPath: ./.github/lighthouse/lighthouserc.json
uploadArtifacts: true
runs: 3