Skip to content

Bump @vercel/speed-insights from 1.0.9 to 1.0.10 (#945) #1244

Bump @vercel/speed-insights from 1.0.9 to 1.0.10 (#945)

Bump @vercel/speed-insights from 1.0.9 to 1.0.10 (#945) #1244

Workflow file for this run

name: Next.js
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build