Skip to content

Bump body-parser from 1.20.2 to 1.20.3 (#239) #520

Bump body-parser from 1.20.2 to 1.20.3 (#239)

Bump body-parser from 1.20.2 to 1.20.3 (#239) #520

name: Lint, Check Types, Jest
on: push
jobs:
build:
name: Lint, Check Types, Jest
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- run: pnpm eslint . --max-warnings 0
- run: pnpm tsc