Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 #295

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 #295

Workflow file for this run

name: "ci"
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run build
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}