Skip to content

fix(deps): update dependency cheerio to v1.0.0 #135

fix(deps): update dependency cheerio to v1.0.0

fix(deps): update dependency cheerio to v1.0.0 #135

Workflow file for this run

name: Build
on:
pull_request:
branches: [ 'master' ]
push:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm install -g typescript
- run: tsc