Skip to content

chore(deps-dev): bump vercel from 51.4.0 to 51.6.1 in the github-actions group #3186

chore(deps-dev): bump vercel from 51.4.0 to 51.6.1 in the github-actions group

chore(deps-dev): bump vercel from 51.4.0 to 51.6.1 in the github-actions group #3186

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
cache: npm
node-version: 24
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test