Skip to content

chore(deps): bump rollup-plugin-visualizer from 5.9.0 to 5.12.0 #4428

chore(deps): bump rollup-plugin-visualizer from 5.9.0 to 5.12.0

chore(deps): bump rollup-plugin-visualizer from 5.9.0 to 5.12.0 #4428

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
- run: npm test