Skip to content

build(deps): bump next from 14.2.7 to 14.2.12 in the npm_and_yarn group #2931

build(deps): bump next from 14.2.7 to 14.2.12 in the npm_and_yarn group

build(deps): bump next from 14.2.7 to 14.2.12 in the npm_and_yarn group #2931

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["20", "18"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test:ci
- run: npm run test:npm