Skip to content

Bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (#144) #304

Bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (#144)

Bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (#144) #304

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