Skip to content

deps: update dependency rollup to v3.28.0 #1847

deps: update dependency rollup to v3.28.0

deps: update dependency rollup to v3.28.0 #1847

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