Skip to content

Bump eslint-plugin-jest from 26.8.7 to 28.11.0 #655

Bump eslint-plugin-jest from 26.8.7 to 28.11.0

Bump eslint-plugin-jest from 26.8.7 to 28.11.0 #655

Workflow file for this run

name: TypeCheck with Typescript Compiler
on:
push:
branches: [main]
pull_request:
jobs:
test_expression:
name: ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16 x64
uses: actions/setup-node@v3.4.1
with:
node-version: 16
architecture: x64
- run: npm ci
- run: npm run typecheck