Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 (#150) #159

Bump tough-cookie from 4.0.0 to 4.1.3 (#150)

Bump tough-cookie from 4.0.0 to 4.1.3 (#150) #159

Workflow file for this run

name: Unit
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm run lint
- shell: bash
run: |
npm run test