Skip to content

Bump tough-cookie, jest and ts-jest #68

Bump tough-cookie, jest and ts-jest

Bump tough-cookie, jest and ts-jest #68

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test