Skip to content

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /integration/simple-esmodule-interop #1467

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /integration/simple-esmodule-interop

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /integration/simple-esmodule-interop #1467

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: yarn install || echo "ignore failure"
- name: Prettier
run: yarn format:check
env:
CI: true