Skip to content

Bump next from 14.1.1 to 14.2.12 in the npm_and_yarn group across 1 directory #88

Bump next from 14.1.1 to 14.2.12 in the npm_and_yarn group across 1 directory

Bump next from 14.1.1 to 14.2.12 in the npm_and_yarn group across 1 directory #88

Workflow file for this run

name: Builds Nextjs site
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- name: Lint
run: npm run lint
- name: Prettier
run: npm run prettier
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: latest
- name: Copy environment variables
run: cp .env.example .env
- run: npm run build