Skip to content

chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 #901

chore(deps-dev): bump typescript from 5.1.3 to 5.1.6

chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 #901

Workflow file for this run

name: Test Coveralls
on: ['push', 'pull_request']
jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
# Prevent on version bump
# if: "!contains(github.event.head_commit.author.name, 'Bump version')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: npm install
run: npm ci
- name: coverage report
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}