Skip to content

chore(deps): bump next from 14.1.3 to 14.2.18 #51

chore(deps): bump next from 14.1.3 to 14.2.18

chore(deps): bump next from 14.1.3 to 14.2.18 #51

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint