Skip to content

build(deps-dev): bump rollup from 4.62.4 to 4.62.5 #626

build(deps-dev): bump rollup from 4.62.4 to 4.62.5

build(deps-dev): bump rollup from 4.62.4 to 4.62.5 #626

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- run: npm ci
- run: npm run package
- name: Check Diff
run: git diff --exit-code dist/index.js