Skip to content

Bump rollup from 4.52.5 to 4.54.0 #295

Bump rollup from 4.52.5 to 4.54.0

Bump rollup from 4.52.5 to 4.54.0 #295

Workflow file for this run

name: Node.js CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: make build