Skip to content

chore(deps): bump tough-cookie, npm and jsdom #116

chore(deps): bump tough-cookie, npm and jsdom

chore(deps): bump tough-cookie, npm and jsdom #116

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- '**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- run: npm ci
- run: npm run lint
- run: npm run test.ci
- run: npm run build