Skip to content

chore(plugins): Vite 8 compatibility #717

chore(plugins): Vite 8 compatibility

chore(plugins): Vite 8 compatibility #717

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [ main ]
paths:
- 'packages/**'
permissions:
contents: read
id-token: none
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 22.x, 24.x ]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run review