Skip to content

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 #5012

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0

Bump @typescript-eslint/parser from 5.60.1 to 5.61.0 #5012

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