Skip to content

chore: bump next from 14.2.0 to 16.2.3 #7

chore: bump next from 14.2.0 to 16.2.3

chore: bump next from 14.2.0 to 16.2.3 #7

Workflow file for this run

name: CI
on:
push:
branches: [ main, feature ]
pull_request:
branches: [ main ]
jobs:
lint:
name: ESLint Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint