Skip to content

deps: update dependency @types/node to v20.9.2 #3714

deps: update dependency @types/node to v20.9.2

deps: update dependency @types/node to v20.9.2 #3714

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request: {}
jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
build-commands: |
npm ci
npm run build
test-commands: npm test
report-coverage: true
coverage-file: ./coverage/lcov.info
docs:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
build-commands: |
npm ci
npm run build:docs
lint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
lint-commands: |
npm ci
npm run lint