Skip to content

build(deps): bump @vercel/speed-insights from 1.1.0 to 1.2.0 #496

build(deps): bump @vercel/speed-insights from 1.1.0 to 1.2.0

build(deps): bump @vercel/speed-insights from 1.1.0 to 1.2.0 #496

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Next.js build
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run build
run: pnpm run build