Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 (#23) #22

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

Bump tough-cookie from 4.0.0 to 4.1.3 (#23) #22

Workflow file for this run

name: Test
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn
- run: yarn test