Skip to content

deps: update dependency terser to v5.31.2 #2477

deps: update dependency terser to v5.31.2

deps: update dependency terser to v5.31.2 #2477

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