Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 #659

Bump @typescript-eslint/parser from 5.61.0 to 5.62.0

Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 #659

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run all