Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

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

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 #41

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.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}