Skip to content

Bump vite from 8.0.12 to 8.0.16 in /packages/plugins/starter-common #904

Bump vite from 8.0.12 to 8.0.16 in /packages/plugins/starter-common

Bump vite from 8.0.12 to 8.0.16 in /packages/plugins/starter-common #904

name: Build and tests
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: './.github/actions/install'
- run: |
pnpm build
pnpm build:docs
env:
NODE_OPTIONS: '--max_old_space_size=32192'
- name: Tests
run: pnpm test
- name: Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true