Skip to content

build(deps-dev): bump the dev-mocha group with 2 updates #488

build(deps-dev): bump the dev-mocha group with 2 updates

build(deps-dev): bump the dev-mocha group with 2 updates #488

Workflow file for this run

name: Node.js CI
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: prosegrinder/.github/.github/workflows/npm-lint.yaml@main
test:
needs: lint
uses: prosegrinder/.github/.github/workflows/npm-test.yaml@main
cz-dry-run:
needs: test
uses: prosegrinder/.github/.github/workflows/cz-dry-run.yaml@main