Skip to content

build(deps): bump @rollup/rollup-linux-x64-gnu from 4.29.1 to 4.30.0 #1555

build(deps): bump @rollup/rollup-linux-x64-gnu from 4.29.1 to 4.30.0

build(deps): bump @rollup/rollup-linux-x64-gnu from 4.29.1 to 4.30.0 #1555

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: [22.x, 23.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