Skip to content

Bump rollup from 4.53.3 to 4.59.0 #31

Bump rollup from 4.53.3 to 4.59.0

Bump rollup from 4.53.3 to 4.59.0 #31

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@v6
- uses: actions/setup-node@v6
with:
node-version: '24.x'
- name: Install dependencies
run: |
yarn install --immutable
- name: Run Continuous Integration
run: |
yarn ci