Skip to content

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 #13

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-coverage:
uses: bennycode/actions/.github/workflows/test-coverage-yarn.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}