Skip to content

deps: update dependency rimraf to v5.0.9 #2463

deps: update dependency rimraf to v5.0.9

deps: update dependency rimraf to v5.0.9 #2463

Workflow file for this run

name: build
on:
push:
branches:
- '**'
jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.44.0
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