Skip to content

build(deps): bump next from 16.2.4 to 16.2.6 in /web in the npm_and_yarn group across 1 directory #25

build(deps): bump next from 16.2.4 to 16.2.6 in /web in the npm_and_yarn group across 1 directory

build(deps): bump next from 16.2.4 to 16.2.6 in /web in the npm_and_yarn group across 1 directory #25

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci --no-audit --no-fund
- run: npm run typecheck
- run: npm run build
env:
SENTINEL_FORCE_STUB: '1'