Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Bump tough-cookie from 4.0.0 to 4.1.4 #21

Bump tough-cookie from 4.0.0 to 4.1.4

Bump tough-cookie from 4.0.0 to 4.1.4 #21

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci --ignore-scripts
- run: npm run build --if-present
- run: npm test