Skip to content

chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.3 #111

chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.3

chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.3 #111

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test
env:
CI: true
- run: npm run e2e
env:
CI: true