Skip to content

chore: Bump rollup from 4.29.1 to 4.30.0 #177

chore: Bump rollup from 4.29.1 to 4.30.0

chore: Bump rollup from 4.29.1 to 4.30.0 #177

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run test
- run: pnpm run check
- run: pnpm exec publint