Skip to content

fix(deps): update dependency next to v13.5.0 [security] #11145

fix(deps): update dependency next to v13.5.0 [security]

fix(deps): update dependency next to v13.5.0 [security] #11145

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
strategy:
matrix:
os: [
ubuntu-latest,
# windows-latest,
# macos-latest
]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.16.0
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint