Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

deps: update dependency npm-run-all2 to v8 #3484

deps: update dependency npm-run-all2 to v8

deps: update dependency npm-run-all2 to v8 #3484

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