Skip to content

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 #4997

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 #4997

Workflow file for this run

name: Jest
on:
pull_request_target:
branches: [main]
jobs:
test:
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: npm run build --if-present
- run: npm test