Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #262

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #262

Workflow file for this run

name: Test
on:
push:
workflow_call:
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm build
- run: test/test.sh
- run: pnpm jest
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-test-env
- run: pnpm lint