Skip to content

Update dependency @types/cheerio to v0.22.35 #57

Update dependency @types/cheerio to v0.22.35

Update dependency @types/cheerio to v0.22.35 #57

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node ${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node ${{ matrix.node-version }}-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
- name: Build code
run: npm run build
- name: Try
run: node dist/index.js list-types