Skip to content

chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.4 #57

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

chore(deps-dev): bump tough-cookie from 4.0.0 to 4.1.4 #57

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test