Skip to content

deps: update dependency rollup to v4.5.2 #2088

deps: update dependency rollup to v4.5.2

deps: update dependency rollup to v4.5.2 #2088

Workflow file for this run

name: build
on:
push:
branches:
- '**'
jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
build-commands: |
npm ci
npm run build
npm run lint
test-commands: npm test
report-coverage: true
coverage-file: ./coverage/lcov.info