Skip to content

build(deps): Bump tough-cookie from 4.0.0 to 4.1.3 #121

build(deps): Bump tough-cookie from 4.0.0 to 4.1.3

build(deps): Bump tough-cookie from 4.0.0 to 4.1.3 #121

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- run: yarn install
- run: yarn run lint
- run: yarn run build
- run: yarn test --passWithNoTests
env:
CI: true
- uses: codecov/codecov-action@v2