Skip to content

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#81) #173

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#81)

chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#81) #173

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x', '20.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: npm ci && npm run build
- name: test
run: npm test