Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: Deps
run: |
npm install
- name: Lint
run: |
npm run lint