Skip to content

build(deps): bump next from 13.4.7 to 13.5.0 #266

build(deps): bump next from 13.4.7 to 13.5.0

build(deps): bump next from 13.4.7 to 13.5.0 #266

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Set Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run lint
run: |
yarn lint
yarn prettier:check
yarn typecheck