Skip to content

build(deps-dev): bump eslint-config-next from 15.5.9 to 16.1.1 #122

build(deps-dev): bump eslint-config-next from 15.5.9 to 16.1.1

build(deps-dev): bump eslint-config-next from 15.5.9 to 16.1.1 #122

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Continuous Integration
on:
pull_request:
push:
paths-ignore:
- .github/**
- README.md
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
- run: npm install
- run: npm run lint
- run: cp .env.example .env
- run: npm run build --if-present