Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #198

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #198

Workflow file for this run

name: Tests
on: [ push, workflow_dispatch ]
jobs:
client:
runs-on: ubuntu-latest
env:
CI: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test