Skip to content

build(deps-dev): bump vercel from 52.2.0 to 54.18.6 #981

build(deps-dev): bump vercel from 52.2.0 to 54.18.6

build(deps-dev): bump vercel from 52.2.0 to 54.18.6 #981

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npm run build