Skip to content

security: update tough-cookie dependency to 4.1.3 #1

security: update tough-cookie dependency to 4.1.3

security: update tough-cookie dependency to 4.1.3 #1

Workflow file for this run

name: Check with npm
on: [push, pull_request]
jobs:
build:
name: Install and test with npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run test