Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #20

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #20

Workflow file for this run

name: Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
container:
image: node:${{ matrix.node }}-alpine
steps:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test