Skip to content

fix: update tough-cookie dependency to 4.1.3 #53

fix: update tough-cookie dependency to 4.1.3

fix: update tough-cookie dependency to 4.1.3 #53

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@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16"
- run: yarn install
- run: yarn test