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
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |