Skip to content

Bump rollup from 4.14.3 to 4.59.0 #16

Bump rollup from 4.14.3 to 4.59.0

Bump rollup from 4.14.3 to 4.59.0 #16

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- name: Installing dependencies
run: npm ci
- name: Biome format and lint (no fix)
run: npm run biome
- name: Building library
run: npm run build:lib