Skip to content

security: update tough-cookie dependency to 4.1.3 #38

security: update tough-cookie dependency to 4.1.3

security: update tough-cookie dependency to 4.1.3 #38

Workflow file for this run

name: Check with yarn
on: [push, pull_request ]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- run: yarn test