Skip to content

deps: update dependency terser to v5.32.0 #2580

deps: update dependency terser to v5.32.0

deps: update dependency terser to v5.32.0 #2580

Workflow file for this run

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