Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #227

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #227

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup timezone
uses: zcong1993/[email protected]
with:
timezone: Asia/Shanghai
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
- uses: pnpm/[email protected]
with:
version: latest
- run: pnpm i --frozen-lockfile
- name: Build
run: pnpm build