Skip to content

build(deps): bump next from 13.3.4 to 13.4.1 #576

build(deps): bump next from 13.3.4 to 13.4.1

build(deps): bump next from 13.3.4 to 13.4.1 #576

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn --immutable
- name: Run ESLint
run: yarn lint