Skip to content

Bump vite from 6.0.5 to 6.0.14 #46

Bump vite from 6.0.5 to 6.0.14

Bump vite from 6.0.5 to 6.0.14 #46

name: react-rollup-boilerplate
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install dependencies
run: |
yarn install --immutable
- name: Run Continuous Integration
run: |
yarn ci