Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 (#231) #407

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

Bump tough-cookie from 4.0.0 to 4.1.3 (#231) #407

Workflow file for this run

on: push
name: Jest Suite
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --ignore-optional --frozen-lockfile --non-interactive --check-files
# not technically a jest suite, but a build should pass too
- run: yarn build
- run: yarn jest:ci