Skip to content

Bump rollup from 4.21.3 to 4.22.5 (#100) #202

Bump rollup from 4.21.3 to 4.22.5 (#100)

Bump rollup from 4.21.3 to 4.22.5 (#100) #202

Workflow file for this run

name: Lint Build
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint-build:
name: Build and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run docs
- run: npm run build-dist