Skip to content

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 (#134) #324

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 (#134)

chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 (#134) #324

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint