Skip to content

Update dependency cheerio to v1.0.0 #94

Update dependency cheerio to v1.0.0

Update dependency cheerio to v1.0.0 #94

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run build