Skip to content

chore: bump react from 19.2.4 to 19.2.8 in the dependencies group across 1 directory #84

chore: bump react from 19.2.4 to 19.2.8 in the dependencies group across 1 directory

chore: bump react from 19.2.4 to 19.2.8 in the dependencies group across 1 directory #84

Workflow file for this run

name: E2E
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
examples:
name: examples (${{ matrix.node-version }})
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
node-version: [22.x, 24.x, 25.x]
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
cache: 'pnpm'
check-latest: true
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install
- name: Build @fastify/vite
run: pnpm --filter @fastify/vite build
- name: Run E2E tests
run: pnpm test:e2e