Skip to content

Bump ts-jest from 29.1.0 to 29.1.1 #4998

Bump ts-jest from 29.1.0 to 29.1.1

Bump ts-jest from 29.1.0 to 29.1.1 #4998

Workflow file for this run

name: ESLint
on:
pull_request_target:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.6.0
with:
node-version: "18"
- run: npm ci
- run: TAILWIND_MODE=build npm run postcss:build
- run: npm run eslint