Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #6058

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #6058

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn
- run: yarn lint
- run: yarn test:coverage
- run: yarn build