Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #798

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #798

Workflow file for this run

name: Action
on:
pull_request:
branches: [master]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: package.json
- run: npm ci
- run: npm audit signatures
- run: cat .npmrc
- run: npm run validate:all
- run: npm run build