Skip to content

Bump next from 14.2.10 to 15.0.2 #40

Bump next from 14.2.10 to 15.0.2

Bump next from 14.2.10 to 15.0.2 #40

Workflow file for this run

---
name: ci
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
nextjs-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21.7'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint