Skip to content

build(deps-dev): Bump ts-jest from 29.1.5 to 29.2.4 #365

build(deps-dev): Bump ts-jest from 29.1.5 to 29.2.4

build(deps-dev): Bump ts-jest from 29.1.5 to 29.2.4 #365

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: node-version
uses: bendrucker/github-action-node-version@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ steps.node-version.outputs.version }}
cache: npm
- run: |
npm ci
- run: |
npm run all
env:
INPUT_TOKEN: ${{ secrets.GITHUB_TOKEN }}