Skip to content

build(deps): bump rollup from 4.24.0 to 4.24.3 #1520

build(deps): bump rollup from 4.24.0 to 4.24.3

build(deps): bump rollup from 4.24.0 to 4.24.3 #1520

Workflow file for this run

# Runs build and test
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build-ci