Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #20

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #20

Workflow file for this run

name: PR checks
on:
pull_request:
branches: [master]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn build
- run: yarn test-coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}